Changeset 18012 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2021-07-13T23:00:17+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java
r17880 r18012 609 609 @Override 610 610 public void activeOrEditLayerChanged(ActiveLayerChangeEvent e) { 611 showLayer(e.getSource().getActiveLayer()); 611 if (!MainApplication.worker.isShutdown()) { 612 showLayer(e.getSource().getActiveLayer()); 613 } 612 614 } 613 615
Note:
See TracChangeset
for help on using the changeset viewer.