Revision: 15922
          http://sourceforge.net/p/skim-app/code/15922
Author:   hofman
Date:     2025-12-25 17:51:06 +0000 (Thu, 25 Dec 2025)
Log Message:
-----------
just set displayDirection in settings

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2025-12-25 17:46:26 UTC (rev 15921)
+++ trunk/SKPDFView.m   2025-12-25 17:51:06 UTC (rev 15922)
@@ -911,7 +911,7 @@
             SCALEFACTOR_KEY:         [NSNumber numberWithDouble:[self 
scaleFactor]],
             AUTOSCALES_KEY:          [NSNumber numberWithBool:[self 
autoScales]],
             DISPLAYMODE_KEY:         [NSNumber numberWithInteger:[self 
displayMode]],
-            DISPLAYDIRECTION_KEY:    [NSNumber numberWithInteger:[self 
displayDirection] == kPDFDisplayDirectionHorizontal ? 1 : 0],
+            DISPLAYDIRECTION_KEY:    [NSNumber numberWithInteger:[self 
displayDirection]],
             DISPLAYSRTL_KEY:         [NSNumber numberWithBool:[self 
displaysRTL]]};
 }
 

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