Changeset 4650 in josm


Ignore:
Timestamp:
10.12.2011 19:57:13 (6 months 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.