Changeset 30962 in osm for applications/editors/josm/plugins/photoadjust/src
- Timestamp:
- 2015-02-09T22:10:10+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustPlugin.java
r30936 r30962 69 69 public void mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame) { 70 70 if (oldFrame == null && newFrame != null) { 71 MapView.addLayerChangeListener(this );71 MapView.addLayerChangeListener(this, true); 72 72 PhotoAdjustMapMode adjustMode = new PhotoAdjustMapMode(newFrame, worker); 73 73 adjustMode.installMapMode(newFrame);
Note:
See TracChangeset
for help on using the changeset viewer.