Changeset 17233 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2020-10-18T12:55:01+02:00 (4 years ago)
Author:
simon04
Message:

see #7506, fix #19953 - Revert "Add shortcut ALT+R for relation editor"

This reverts commit r17150.

File:
1 edited

Legend:

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

    r17188 r17233  
    2121import javax.swing.AbstractAction;
    2222import javax.swing.AbstractListModel;
    23 import javax.swing.Action;
    2423import javax.swing.DefaultListSelectionModel;
    2524import javax.swing.FocusManager;
     
    178177        pane.add(new JScrollPane(displaylist), BorderLayout.CENTER);
    179178
    180         Shortcut editShortcut = Shortcut.registerShortcut("relation:edit", tr("Open Relation Editor"), KeyEvent.VK_R, Shortcut.ALT);
    181         editShortcut.setTooltip(editAction, String.valueOf(editAction.getValue(Action.SHORT_DESCRIPTION)));
    182         MainApplication.registerActionShortcut(editAction, editShortcut);
    183179        SideButton editButton = new SideButton(editAction, false);
    184180        recentRelationsAction = new RecentRelationsAction(editButton);
Note: See TracChangeset for help on using the changeset viewer.