- Timestamp:
- 2024-12-10T17:05:52+01:00 (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java
r19021 r19266 893 893 imageChanged = currentEntry != entry; 894 894 895 if (centerView && entry != null && MainApplication.isDisplayingMapView() && entry.getPos() != null) { 895 if (centerView && imageChanged && entry != null && MainApplication.isDisplayingMapView() && entry.getPos() != null) { 896 896 MainApplication.getMap().mapView.zoomTo(entry.getPos()); 897 897 }
Note:
See TracChangeset
for help on using the changeset viewer.