Revision: 16371
          http://sourceforge.net/p/skim-app/code/16371
Author:   hofman
Date:     2026-06-08 14:42:57 +0000 (Mon, 08 Jun 2026)
Log Message:
-----------
combine conditions

Modified Paths:
--------------
    trunk/SKPDFView.m

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2026-06-08 14:38:31 UTC (rev 16370)
+++ trunk/SKPDFView.m   2026-06-08 14:42:57 UTC (rev 16371)
@@ -3170,10 +3170,8 @@
 }
 
 - (void)handlePageChangedNotification:(NSNotification *)notification {
-    if ([self displayMode] == kPDFDisplaySinglePage || [self displayMode] == 
kPDFDisplayTwoUp) {
-        if (toolMode == SKToolModeMagnify)
-            [loupeController updateContents];
-    }
+    if (([self displayMode] & kPDFDisplaySinglePageContinuous) == 0 && 
toolMode == SKToolModeMagnify)
+        [loupeController updateContents];
 }
 
 - (void)handleScaleChangedNotification:(NSNotification *)notification {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to