Changeset 33368 in osm
- Timestamp:
- 2017-06-05T21:33:50+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/PointAction.java
r33238 r33368 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) {
Note:
See TracChangeset
for help on using the changeset viewer.