Revision: 12824
          http://sourceforge.net/p/skim-app/code/12824
Author:   hofman
Date:     2022-04-06 12:52:26 +0000 (Wed, 06 Apr 2022)
Log Message:
-----------
Workaround for page navigation in horizontal scrolling mode also on 10.13 and 
10.14, apparently the bug always existed.

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

Modified: trunk/SKBasePDFView.m
===================================================================
--- trunk/SKBasePDFView.m       2022-04-06 09:25:45 UTC (rev 12823)
+++ trunk/SKBasePDFView.m       2022-04-06 12:52:26 UTC (rev 12824)
@@ -253,7 +253,7 @@
 #pragma clang diagnostic ignored "-Wpartial-availability"
 
 static inline BOOL hasHorizontalLayout(PDFView *pdfView) {
-    return RUNNING_AFTER(10_14) && [pdfView displayMode] == 
kPDFDisplaySinglePageContinuous && [pdfView displayDirection] == 
kPDFDisplayDirectionHorizontal;
+    return RUNNING_AFTER(10_12) && [pdfView displayMode] == 
kPDFDisplaySinglePageContinuous && [pdfView displayDirection] == 
kPDFDisplayDirectionHorizontal;
 }
 
 #pragma clang diagnostic pop

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to