- Timestamp:
- 2025-02-06T23:14:50+01:00 (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/bbox/SourceButton.java
r14300 r19311 82 82 83 83 // attempt to initialize button group matching current state of slippyMapBBoxChooser 84 buttonModel.setSelected(this.slippyMapBBoxChooser.getTileController().getTileSource().getId().equals(ts.getId())); 84 String tsid = this.slippyMapBBoxChooser.getTileController().getTileSource().getId(); 85 buttonModel.setSelected(tsid != null && tsid.equals(ts.getId())); 85 86 } 86 87
Note:
See TracChangeset
for help on using the changeset viewer.