Ticket #6818: stop-the-duplicates.patch
| File stop-the-duplicates.patch, 606 bytes (added by , 14 years ago) |
|---|
-
src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
205 205 206 206 if(dragInProgress()) { 207 207 c = ctrl ? "merge" : "move"; 208 if(osm != null && osm instanceof Node ) {208 if(osm != null && osm instanceof Node && ctrl) { 209 209 c += "_to_node"; 210 210 } 211 211 break;
