Ignore:
Timestamp:
2009-10-28T20:14:07+01:00 (16 years ago)
Author:
Gubaer
Message:

fixed #3792: NPE when deleting the data layer while the deletion tool is active

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AutoScaleAction.java

    r2323 r2343  
    181181        } else {
    182182            setEnabled(
    183                     Main.map != null
    184                     && Main.map.mapView != null
     183                    Main.isDisplayingMapView()
    185184                    && Main.map.mapView.hasLayers()
    186185            );
Note: See TracChangeset for help on using the changeset viewer.