Changeset 30962 in osm for applications/editors/josm/plugins/photoadjust
- Timestamp:
- 2015-02-09T22:10:10+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/photoadjust
- Files:
-
- 2 edited
-
build.xml (modified) (1 diff)
-
src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustPlugin.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/build.xml
r30904 r30962 18 18 <!--<property name="plugin.requires" value="..."/>--> 19 19 <!--<property name="plugin.stage" value="..."/>--> 20 <property name="plugin.canloadatruntime" value="true"/> 20 21 21 22 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
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.
