Changeset 1918 in josm for trunk/src/org


Ignore:
Timestamp:
2009-08-07T18:55:16+02:00 (15 years ago)
Author:
Gubaer
Message:

fixed #3206: Could not hide data-layer in josm v1917

File:
1 edited

Legend:

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

    r1914 r1918  
    312312            }
    313313        }
    314         if (activeLayer != null) {
     314        if (activeLayer != null && activeLayer.isVisible()) {
    315315            activeLayer.paint(tempG, this);
    316316        }
Note: See TracChangeset for help on using the changeset viewer.