Ticket #2595: select-if-wayfinished.patch

File select-if-wayfinished.patch, 655 bytes (added by plaicy, 3 years ago)
  • src/org/openstreetmap/josm/actions/mapmode/DrawAction.java

     
    339339 
    340340        if (n != null) { 
    341341            // user clicked on node 
    342             if (selection.isEmpty()) { 
     342            if (selection.isEmpty() || wayIsFinished) { 
    343343                // select the clicked node and do nothing else 
    344344                // (this is just a convenience option so that people don't 
    345345                // have to switch modes)