Revision: 16111
http://sourceforge.net/p/skim-app/code/16111
Author: hofman
Date: 2026-03-26 15:45:59 +0000 (Thu, 26 Mar 2026)
Log Message:
-----------
no need to correct scrolling when in single page mode
Modified Paths:
--------------
trunk/SKMainWindowController_FullScreen.m
Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m 2026-03-26 14:58:59 UTC (rev
16110)
+++ trunk/SKMainWindowController_FullScreen.m 2026-03-26 15:45:59 UTC (rev
16111)
@@ -174,7 +174,7 @@
// make sure we can synchronize the page between the
presentationView and the pdfView
if ([pdfView displayMode] != kPDFDisplaySinglePage)
[pdfView setExtendedDisplayMode:kPDFDisplaySinglePage];
- [pdfView goAndScrollToPage:page];
+ [pdfView goToPage:page];
}
if ([self presentationNotesDocument]) {
PDFDocument *pdfDoc = [[self presentationNotesDocument]
pdfDocument];
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