Changeset 32938 in osm for applications/editors/josm/plugins/FastDraw
- Timestamp:
- 2016-09-07T23:22:25+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawingMode.java
r32930 r32938 467 467 } 468 468 newDrawing(); // stop drawing 469 exitMode();470 469 Main.map.selectSelectTool(false); 471 470 } … … 601 600 if (autoExit) { 602 601 // Select this way and switch drawing mode off 603 exitMode();604 602 getLayerManager().getEditDataSet().setSelected(w); 605 603 Main.map.selectSelectTool(false);
Note:
See TracChangeset
for help on using the changeset viewer.