Changeset 19464 in josm
- Timestamp:
- 2026-01-14T21:51:57+01:00 (11 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/MapImage.java
r19461 r19464 142 142 // This should fix #21919: NPE due to disabledImgCache being null (race condition with #loadImage()) 143 143 synchronized (this) { 144 if(disabledImgCache != null) { 144 if (disabledImgCache != null) { 145 145 Image disImg = GuiHelper.getDisabledImage(img); 146 146 if (disImg instanceof BufferedImage) {
Note:
See TracChangeset
for help on using the changeset viewer.
