Ignore:
Timestamp:
2017-06-05T21:33:50+02:00 (7 years ago)
Author:
donvip
Message:

fix #josm13631 - IAE: Listener CommandLine.PointAction - patch by istepan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CommandLine/src/CommandLine/PointAction.java

    r33238 r33368  
    9191                if (maxInstances == 1) {
    9292                    parentPlugin.loadParameter(point, true);
    93                     exitMode();
     93                    Main.map.selectSelectTool(false);
    9494                } else {
    9595                    if (pointList.size() < maxInstances || maxInstances == 0) {
Note: See TracChangeset for help on using the changeset viewer.