Ticket #2595: select-if-wayfinished.patch
| File select-if-wayfinished.patch, 655 bytes (added by , 17 years ago) |
|---|
-
src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
339 339 340 340 if (n != null) { 341 341 // user clicked on node 342 if (selection.isEmpty() ) {342 if (selection.isEmpty() || wayIsFinished) { 343 343 // select the clicked node and do nothing else 344 344 // (this is just a convenience option so that people don't 345 345 // have to switch modes)
