Changeset 414 in josm
- Timestamp:
- 23.10.2007 21:51:53 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/org/openstreetmap/josm/gui/MapView.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapView.java
r343 r414 179 179 l.paint(g, this); 180 180 } 181 if (getActiveLayer() .visible)181 if (getActiveLayer() != null && getActiveLayer().visible) 182 182 getActiveLayer().paint(g, this); 183 183
Note: See TracChangeset
for help on using the changeset viewer.
