Changeset 30886 in osm for applications
- Timestamp:
- 2014-12-28T15:18:03+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustWorker.java
r30883 r30886 153 153 // Need to re-display the photo because the OSD data might change (new 154 154 // coordinates). 155 ImageViewerDialog.showImage( viewerLayer, img);155 ImageViewerDialog.showImage(layer, photo); 156 156 } 157 157
Note:
See TracChangeset
for help on using the changeset viewer.