Revision: 15994
http://sourceforge.net/p/skim-app/code/15994
Author: hofman
Date: 2026-01-10 16:58:13 +0000 (Sat, 10 Jan 2026)
Log Message:
-----------
use center of pdfview bounds to determine current page as that's what PDFView
does
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2026-01-10 16:35:36 UTC (rev 15993)
+++ trunk/SKPDFView.m 2026-01-10 16:58:13 UTC (rev 15994)
@@ -1532,7 +1532,7 @@
}
- (void)doInitialRewind {
- if (rewindPage && [self pageForPoint:SKCenterPoint([self
unobscuredContentRect]) nearest:NO] != rewindPage)
+ if (rewindPage && [self pageForPoint:SKCenterPoint([self bounds])
nearest:NO] != rewindPage)
[self doRewind];
}
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