Changeset 4785 in josm for trunk/src/org


Ignore:
Timestamp:
2012-01-12T09:07:46+01:00 (12 years ago)
Author:
akks
Message:

Tab button issue, see #7250

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java

    r4782 r4785  
    222222    void processKeyEvent(KeyEvent e) {
    223223        if (e.getKeyCode() != KeyEvent.VK_TAB) return;
    224         e.consume();
     224        //e.consume(); // ticket #7250 -  TAB should work in other windows
    225225
    226226        if (e.getID() == KeyEvent.KEY_PRESSED) {
Note: See TracChangeset for help on using the changeset viewer.