- Timestamp:
- 2009-12-01T18:21:24+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
r2528 r2558 313 313 // Change draw tool only if mouse position is nearly the same, as 314 314 // otherwise fast clicks will count as a double click 315 getCurrentDataSet().setSelected(Collections.singleton(lastUsedNode));316 315 finishDrawing(); 317 316 return; … … 541 540 } 542 541 } 543 542 newSelection.clear(); 544 543 newSelection.add(n); 545 544 } else if (!newNode) {
Note:
See TracChangeset
for help on using the changeset viewer.