Changeset 4785 in josm for trunk/src/org
- Timestamp:
- 2012-01-12T09:07:46+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
r4782 r4785 222 222 void processKeyEvent(KeyEvent e) { 223 223 if (e.getKeyCode() != KeyEvent.VK_TAB) return; 224 e.consume(); 224 //e.consume(); // ticket #7250 - TAB should work in other windows 225 225 226 226 if (e.getID() == KeyEvent.KEY_PRESSED) {
Note:
See TracChangeset
for help on using the changeset viewer.