Changeset 6086 in josm
- Timestamp:
- 2013-07-26T17:26:28+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java
r6084 r6086 1636 1636 return false; 1637 1637 1638 return Main.map.mapView.getAllLayersAsList(). indexOf(l) >= 0;1638 return Main.map.mapView.getAllLayersAsList().contains(l); 1639 1639 } 1640 1640
Note:
See TracChangeset
for help on using the changeset viewer.