Ignore:
Timestamp:
2020-05-27T11:48:18+02:00 (5 years ago)
Author:
gerdp
Message:

see #josm19286: Actions should avoid to install listeners which are not needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteAction.java

    r35465 r35474  
    236236     */
    237237    public UndeleteAction() {
    238         super(tr("Undelete object..."), "undelete", tr("Undelete object by id"),
    239                 Shortcut.registerShortcut("tools:undelete", tr("File: {0}", tr("Undelete object...")), KeyEvent.VK_U, Shortcut.ALT_SHIFT), true);
     238                super(tr("Undelete object..."), "undelete", tr("Undelete object by id"),
     239                                Shortcut.registerShortcut("tools:undelete", tr("File: {0}", tr("Undelete object...")), KeyEvent.VK_U,
     240                                                Shortcut.ALT_SHIFT),
     241                                true, false);
    240242    }
    241243
Note: See TracChangeset for help on using the changeset viewer.