Changeset 1421 in josm
- Timestamp:
- 2009-02-17T16:55:14+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
r1418 r1421 296 296 // boolean alt = (e.getModifiers() & ActionEvent.ALT_MASK) != 0; 297 297 boolean shift = (e.getModifiers() & ActionEvent.SHIFT_MASK) != 0; 298 299 // We don't want to change to draw tool if the user tries to (de)select 300 // stuff but accidentally clicks in an empty area when selection is empty 301 if(shift || ctrl) 302 cancelDrawMode = true; 298 303 299 304 mouseDownTime = System.currentTimeMillis();
Note:
See TracChangeset
for help on using the changeset viewer.