Ignore:
Timestamp:
2011-04-25T20:32:26+02:00 (13 years ago)
Author:
bastiK
Message:

applied #6250 (patch by akks) - move selection history to dataset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/PurgeAction.java

    r3823 r4064  
    208208        if (cbClearUndoRedo.isSelected()) {
    209209            Main.main.undoRedo.clean();
    210             Main.map.selectionListDialog.clearSelectionHistory();
     210            getCurrentDataSet().clearSelectionHistory();
    211211        }
    212212    }
Note: See TracChangeset for help on using the changeset viewer.