Changeset 4650 in josm for trunk


Ignore:
Timestamp:
2011-12-10T19:57:13+01:00 (12 years ago)
Author:
simon04
Message:

fix #6900 - unglue confirmation within downloaded area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/UnGlueAction.java

    r4487 r4650  
    423423        if (selectedNode != null)
    424424            primitives.add(selectedNode);
    425         if (selectedWay != null)
    426             primitives.add(selectedWay);
    427425        return Command.checkAndConfirmOutlyingOperation("unglue",
    428426                tr("Unglue confirmation"),
Note: See TracChangeset for help on using the changeset viewer.