Ignore:
Timestamp:
2011-06-05T12:33:25+02:00 (13 years ago)
Author:
stoecker
Message:

fix #6334 - selected way needs to be taken when clicking

File:
1 edited

Legend:

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

    r4087 r4118  
    424424
    425425        Collection<OsmPrimitive> c = MapView.asColl(
    426                 mv.getNearestNodeOrWay(e.getPoint(), OsmPrimitive.isSelectablePredicate, false));
     426                mv.getNearestNodeOrWay(e.getPoint(), OsmPrimitive.isSelectablePredicate, true));
    427427
    428428        if (shift && ctrl) {
Note: See TracChangeset for help on using the changeset viewer.