Ignore:
Timestamp:
2013-12-28T23:23:40+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #3722 - fix shortcuts for "next photo" and "previous photo" after a tag is set

File:
1 edited

Legend:

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

    r6546 r6557  
    446446        tagTable.getActionMap().put("onTableInsert",addAction);
    447447
    448         // unassign some standard shortcuts for JTable to allow upload / download
     448        // unassign some standard shortcuts for JTable to allow upload / download / image browsing
    449449        InputMapUtils.unassignCtrlShiftUpDown(tagTable, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
     450        InputMapUtils.unassignPageUpDown(tagTable, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
    450451
    451452        // unassign some standard shortcuts for correct copy-pasting, fix #8508
Note: See TracChangeset for help on using the changeset viewer.