Changeset 18924 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2023-12-22T12:48:53+01:00 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java
r18730 r18924 189 189 } 190 190 }); 191 } 192 193 @Override 194 public void hideNotify() { 195 super.hideNotify(); 196 this.currentEntry = null; 197 this.imgDisplay.setImage(null); 191 198 } 192 199
Note:
See TracChangeset
for help on using the changeset viewer.