Changeset 33984 in osm for applications/editors
- Timestamp:
- 2018-01-08T20:14:39+01:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/CommandLine/src/CommandLine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/AbstractOsmAction.java
r33733 r33984 92 92 map.mapView.repaint(); 93 93 parentPlugin.loadParameter(nearestPrimitive, true); 94 map.selectSelectTool(false);95 94 break; 96 95 default: -
applications/editors/josm/plugins/CommandLine/src/CommandLine/PointAction.java
r33733 r33984 94 94 if (maxInstances == 1) { 95 95 parentPlugin.loadParameter(point, true); 96 MainApplication.getMap().selectSelectTool(false);97 96 } else { 98 97 if (pointList.size() < maxInstances || maxInstances == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.