Changeset 32398 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DuplicateChosenRelationAction.java
- Timestamp:
- 2016-06-25T11:56:57+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DuplicateChosenRelationAction.java
r32395 r32398 34 34 Main.main.undoRedo.add(new AddCommand(copy)); 35 35 rel.set(copy); 36 if (Main. main.getCurrentDataSet() != null) {37 Main. main.getCurrentDataSet().setSelected(copy);36 if (Main.getLayerManager().getEditDataSet() != null) { 37 Main.getLayerManager().getEditDataSet().setSelected(copy); 38 38 } 39 39 }
Note:
See TracChangeset
for help on using the changeset viewer.
