Changeset 18939 in josm
- Timestamp:
- 2024-01-16T01:04:16+01:00 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java
r18938 r18939 431 431 432 432 private boolean isDestroyed() { 433 return dialogsPanel== null;433 return this.titleBar == null; 434 434 } 435 435
Note:
See TracChangeset
for help on using the changeset viewer.