Changeset 26103 in osm for applications/editors
- Timestamp:
- 2011-06-06T19:27:36+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/selection/SelectModWaysAction.java
r25912 r26103 60 60 if (p instanceof Way && !p.isDeleted()) ways.add((Way)p); 61 61 } 62 if (!ways.isEmpty() ) {62 if (!ways.isEmpty() && !getCurrentDataSet().getSelected().containsAll(ways)) { 63 63 getCurrentDataSet().setSelected(ways); 64 64 lastCmd = cmd; // remember last used command and last selection
Note:
See TracChangeset
for help on using the changeset viewer.