- Timestamp:
- 2011-09-18T11:45:55+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
r4412 r4441 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 }
Note:
See TracChangeset
for help on using the changeset viewer.