Changeset 4441 in josm for trunk/src/org


Ignore:
Timestamp:
2011-09-18T11:45:55+02:00 (13 years ago)
Author:
xeen
Message:

fix exception related to new highlighting feature (fixes #6818, duplicates: #6828, #6837, #6838, #6842)

File:
1 edited

Legend:

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

    r4412 r4441  
    206206            if(dragInProgress()) {
    207207                c = ctrl ? "merge" : "move";
    208                 if(osm != null && osm instanceof Node) {
     208                if(osm != null && osm instanceof Node && ctrl) {
    209209                    c += "_to_node";
    210210                }
Note: See TracChangeset for help on using the changeset viewer.