Ignore:
Timestamp:
2017-02-25T13:56:45+01:00 (7 years ago)
Author:
Don-vip
Message:

fix #13955 - Keystroke shift pressed ESCAPE is already assigned

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/RelationListDialog.java

    r11386 r11610  
    189189    @Override
    190190    public void destroy() {
     191        recentRelationsAction.destroy();
    191192        model.clear();
    192193        super.destroy();
    193194    }
    194195
     196    /**
     197     * Enable the "recent relations" dropdown menu next to edit button.
     198     */
    195199    public void enableRecentRelations() {
    196200        recentRelationsAction.enableArrow();
Note: See TracChangeset for help on using the changeset viewer.