Ticket #14903: fix_13631_commandline.patch

File fix_13631_commandline.patch, 980 bytes (added by istepan, 9 years ago)

path

  • plugins/CommandLine/src/CommandLine/PointAction.java

    Cannot display: file marked as a binary type.
    svn:mime-type = application/java-archive
     
    9090                int maxInstances = parentPlugin.currentCommand.parameters.get(parentPlugin.currentCommand.currentParameterNum).maxInstances;
    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) {
    9696                        pointList.add(point);