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 31962)
+++ 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);
