Ignore:
Timestamp:
2013-04-21T15:11:28+02:00 (13 years ago)
Author:
Don-vip
Message:

see #8582 - Use Main.removeLayer() everywhere

File:
1 edited

Legend:

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

    r5670 r5897  
    9191     * The view control displayed.
    9292     */
    93     public MapView mapView;
     93    public final MapView mapView;
    9494    /**
    9595     * The toolbar with the action icons. To add new toggle dialog actions, use addToggleDialog
     
    155155        setSize(400,400);
    156156        setLayout(new BorderLayout());
    157 
    158157
    159158        mapView = new MapView(contentPane, viewportData);
Note: See TracChangeset for help on using the changeset viewer.