Changeset 33694 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DeleteChosenRelationAction.java
- Timestamp:
- 2017-10-03T22:34:26+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DeleteChosenRelationAction.java
r33530 r33694 33 33 Relation r = rel.get(); 34 34 rel.clear(); 35 Command c = DeleteCommand.delete( MainApplication.getLayerManager().getEditLayer(),Collections.singleton(r), true, true);35 Command c = DeleteCommand.delete(Collections.singleton(r), true, true); 36 36 if (c != null) { 37 37 MainApplication.undoRedo.add(c);
Note:
See TracChangeset
for help on using the changeset viewer.
