Index: applications/editors/josm/plugins/photoadjust/build.xml
===================================================================
--- applications/editors/josm/plugins/photoadjust/build.xml	(revision 32014)
+++ applications/editors/josm/plugins/photoadjust/build.xml	(revision 32015)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="9277"/>
+    <property name="plugin.main.version" value="9416"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustWorker.java
===================================================================
--- applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustWorker.java	(revision 32014)
+++ applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustWorker.java	(revision 32015)
@@ -42,5 +42,5 @@
      */
     public synchronized void disableCenterView() {
-        if (!centerViewIsDisabled) {
+        if (!centerViewIsDisabled && ImageViewerDialog.isCenterView()) {
             centerViewIsDisabled = true;
             centerViewNeedsEnable = ImageViewerDialog.setCentreEnabled(false);
