Changeset 8949 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2015-10-26T01:10:35+01:00 (8 years ago)
Author:
Don-vip
Message:

see #11968, see #12011 - add a new non-regression unit test reproducing #12011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapFrame.java

    r8836 r8949  
    141141    // Map modes
    142142    public final SelectAction mapModeSelect;
     143    public final DrawAction mapModeDraw;
     144    public final ZoomAction mapModeZoom;
    143145    public LassoModeAction mapModeSelectLasso;
    144146
    145147    private final transient Map<Layer, MapMode> lastMapMode = new HashMap<>();
    146     private final MapMode mapModeDraw;
    147     private final MapMode mapModeZoom;
    148148
    149149    /**
Note: See TracChangeset for help on using the changeset viewer.