Changeset 1677 in josm for trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
- Timestamp:
- 17.06.2009 10:04:22 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
r1640 r1677 395 395 396 396 // If the above does not apply, the selection is cleared and a new try is started 397 398 399 397 400 398 boolean extendedWay = false; 401 399 boolean wayIsFinishedTemp = wayIsFinished; 402 400 wayIsFinished = false; 403 401 404 402 // don't draw lines if shift is held 405 403 if (selection.size() > 0 && !shift) { … … 925 923 } 926 924 } 927 928 925 return rv; 929 926 }
Note: See TracChangeset
for help on using the changeset viewer.
