Changeset 4064 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2011-04-25T20:32:26+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/PurgeAction.java
r3823 r4064 208 208 if (cbClearUndoRedo.isSelected()) { 209 209 Main.main.undoRedo.clean(); 210 Main.map.selectionListDialog.clearSelectionHistory();210 getCurrentDataSet().clearSelectionHistory(); 211 211 } 212 212 }
Note:
See TracChangeset
for help on using the changeset viewer.