Ignore:
Timestamp:
2016-09-07T23:22:25+02:00 (8 years ago)
Author:
donvip
Message:

fix #josm13464 - patch by michael2402

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawingMode.java

    r32930 r32938  
    467467                }
    468468                newDrawing(); // stop drawing
    469                 exitMode();
    470469                Main.map.selectSelectTool(false);
    471470            }
     
    601600        if (autoExit) {
    602601            // Select this way and switch drawing mode off
    603             exitMode();
    604602            getLayerManager().getEditDataSet().setSelected(w);
    605603            Main.map.selectSelectTool(false);
Note: See TracChangeset for help on using the changeset viewer.