Ignore:
Timestamp:
2014-01-06T12:27:11+01:00 (12 years ago)
Author:
simon04
Message:

fix #9544 - Skip nodes outside of download area for BarriersEntrances and WayConnectedToArea validation tests

File:
1 edited

Legend:

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

    r6411 r6639  
    4949
    5050    protected boolean confirmWayWithNodesOutsideBoundingBox(List<? extends OsmPrimitive> primitives) {
    51         return DeleteCommand.checkAndConfirmOutlyingDelete(Main.main.getEditLayer(), primitives, null);
     51        return DeleteCommand.checkAndConfirmOutlyingDelete(primitives, null);
    5252    }
    5353
Note: See TracChangeset for help on using the changeset viewer.