- Timestamp:
- 2011-11-06T19:14:16+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowserDialogManager.java
r4408 r4583 129 129 // remove all history browsers if the number of layers drops to 0 130 130 // 131 if (Main.map .mapView.getNumLayers() == 0) {131 if (Main.map != null && Main.map.mapView.getNumLayers() == 0) { 132 132 hideAll(); 133 133 }
Note:
See TracChangeset
for help on using the changeset viewer.