Ignore:
Timestamp:
2006-04-27T01:29:55+02:00 (18 years ago)
Author:
imi
Message:
  • added GeoImage feature (showing images on a tracklog)
  • added zoom slider
  • added Escape cancels selection rectangle
  • added "Save password" option to Auth-dialog
  • fixed that redo/undo buttons were not enabled
  • fixed hotkeys beeing inaccessible when no data is loaded
File:
1 edited

Legend:

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

    r98 r99  
    5252        public GroupAction(int shortCut, int modifiers) {
    5353                String idName = getClass().getName();
    54                 Main.panel.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke(shortCut, modifiers), idName);
    55         Main.panel.getActionMap().put(idName, this);
     54                Main.contentPane.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke(shortCut, modifiers), idName);
     55        Main.contentPane.getActionMap().put(idName, this);
    5656                shortCutName = ShortCutLabel.name(shortCut, modifiers);
    5757                addPropertyChangeListener(new PropertyChangeListener(){
Note: See TracChangeset for help on using the changeset viewer.