Changeset 6639 in josm for trunk/src/org/openstreetmap/josm/actions/SimplifyWayAction.java
- Timestamp:
- 2014-01-06T12:27:11+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SimplifyWayAction.java
r6411 r6639 49 49 50 50 protected boolean confirmWayWithNodesOutsideBoundingBox(List<? extends OsmPrimitive> primitives) { 51 return DeleteCommand.checkAndConfirmOutlyingDelete( Main.main.getEditLayer(),primitives, null);51 return DeleteCommand.checkAndConfirmOutlyingDelete(primitives, null); 52 52 } 53 53
Note:
See TracChangeset
for help on using the changeset viewer.
