Revision: 15976
http://sourceforge.net/p/skim-app/code/15976
Author: hofman
Date: 2026-01-08 15:37:05 +0000 (Thu, 08 Jan 2026)
Log Message:
-----------
always rewind when changing displaysAsBook
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2026-01-08 10:01:35 UTC (rev 15975)
+++ trunk/SKPDFView.m 2026-01-08 15:37:05 UTC (rev 15976)
@@ -778,8 +778,7 @@
- (void)setDisplaysAsBookAndRewind:(BOOL)asBook {
if (asBook != [self displaysAsBook]) {
- if ([self displayMode] != kPDFDisplaySinglePageContinuous)
- [self setNeedsRewind:YES];
+ [self setNeedsRewind:YES];
[self setDisplaysAsBook:asBook];
}
}
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