Ticket #14903: fix_13631_commandline.patch
| File fix_13631_commandline.patch, 980 bytes (added by , 9 years ago) |
|---|
-
plugins/CommandLine/src/CommandLine/PointAction.java
Cannot display: file marked as a binary type. svn:mime-type = application/java-archive
90 90 int maxInstances = parentPlugin.currentCommand.parameters.get(parentPlugin.currentCommand.currentParameterNum).maxInstances; 91 91 if (maxInstances == 1) { 92 92 parentPlugin.loadParameter(point, true); 93 exitMode();93 Main.map.selectSelectTool(false); 94 94 } else { 95 95 if (pointList.size() < maxInstances || maxInstances == 0) { 96 96 pointList.add(point);
