Changeset 10969 in josm for trunk/src/org/openstreetmap/josm/gui/layer
- Timestamp:
- 2016-09-06T23:55:56+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java
r10964 r10969 1544 1544 1545 1545 private static class TileSetInfo { 1546 publicboolean hasVisibleTiles;1547 publicboolean hasOverzoomedTiles;1548 publicboolean hasLoadingTiles;1549 publicboolean hasAllLoadedTiles;1546 boolean hasVisibleTiles; 1547 boolean hasOverzoomedTiles; 1548 boolean hasLoadingTiles; 1549 boolean hasAllLoadedTiles; 1550 1550 } 1551 1551 … … 1817 1817 } 1818 1818 1819 /** 1820 * Returns the contextual menu entries in layer list dialog. 1821 * @return the contextual menu entries in layer list dialog 1822 */ 1819 1823 public Action[] getLayerListEntries() { 1820 1824 return new Action[] {
Note:
See TracChangeset
for help on using the changeset viewer.