Ticket #15743: PointAction.diff

File PointAction.diff, 604 bytes (added by langoor@…, 6 years ago)

fix

  • .java

    old new  
    9393                int maxInstances = parentPlugin.currentCommand.parameters.get(parentPlugin.currentCommand.currentParameterNum).maxInstances;
    9494                if (maxInstances == 1) {
    9595                    parentPlugin.loadParameter(point, true);
    96                     MainApplication.getMap().selectSelectTool(false);
    9796                } else {
    9897                    if (pointList.size() < maxInstances || maxInstances == 0) {
    9998                        pointList.add(point);