Changeset 32015 in osm for applications/editors
- Timestamp:
- 2016-01-23T18:27:31+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/photoadjust
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/build.xml
r31961 r32015 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="9 277"/>7 <property name="plugin.main.version" value="9416"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustWorker.java
r31962 r32015 42 42 */ 43 43 public synchronized void disableCenterView() { 44 if (!centerViewIsDisabled) { 44 if (!centerViewIsDisabled && ImageViewerDialog.isCenterView()) { 45 45 centerViewIsDisabled = true; 46 46 centerViewNeedsEnable = ImageViewerDialog.setCentreEnabled(false);
Note:
See TracChangeset
for help on using the changeset viewer.