Ignore:
Timestamp:
2020-09-03T22:12:24+02:00 (4 years ago)
Author:
simon04
Message:

fix #19753 - NPE in CopyAllKeyValueAction due to shortcut re-assignment

File:
1 edited

Legend:

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

    r16960 r17007  
    205205            tagTable, editHelper::getDataKey, OsmDataManager.getInstance()::getInProgressISelection);
    206206    private final CopyAllKeyValueAction copyAllKeyValueAction = new CopyAllKeyValueAction(
    207             tagTable, editHelper::getDataKey, OsmDataManager.getInstance()::getInProgressISelection);
     207            tagTable, editHelper::getDataKey, OsmDataManager.getInstance()::getInProgressISelection).registerShortcut();
    208208    private final SearchAction searchActionSame = new SearchAction(true);
    209209    private final SearchAction searchActionAny = new SearchAction(false);
Note: See TracChangeset for help on using the changeset viewer.