Ticket #2936: image-load.patch
| File image-load.patch, 560 bytes (added by , 16 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/layer/GeoImageLayer.java
264 264 } 265 265 266 266 public void imageLoaded() { 267 Main.map.mapView.repaint(); 267 if ((Main.map != null) && 268 (Main.map.mapView != null)) { 269 Main.map.mapView.repaint(); 270 } 268 271 } 269 272 } 270 273
