Revision: 15926
          http://sourceforge.net/p/skim-app/code/15926
Author:   hofman
Date:     2025-12-26 17:14:59 +0000 (Fri, 26 Dec 2025)
Log Message:
-----------
always rewind for change of RTL as we combine it with a change to display mode

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2025-12-26 17:01:18 UTC (rev 15925)
+++ trunk/SKPDFView.m   2025-12-26 17:14:59 UTC (rev 15926)
@@ -755,8 +755,7 @@
 
 - (void)setDisplaysRTLAndRewind:(BOOL)flag {
     if (flag != [self displaysRTL]) {
-        if ([self displayMode] != kPDFDisplaySinglePage)
-            [self setNeedsRewind:YES];
+        [self setNeedsRewind:YES];
         [self setDisplaysRTL:flag];
     }
 }

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