Revision: 15172 http://sourceforge.net/p/skim-app/code/15172 Author: hofman Date: 2025-05-09 09:02:14 +0000 (Fri, 09 May 2025) Log Message: ----------- Make sure presentation view has the correct size before setting the page, so it draws correctly.
Modified Paths: -------------- trunk/SKMainWindowController_FullScreen.m Modified: trunk/SKMainWindowController_FullScreen.m =================================================================== --- trunk/SKMainWindowController_FullScreen.m 2025-05-09 08:55:53 UTC (rev 15171) +++ trunk/SKMainWindowController_FullScreen.m 2025-05-09 09:02:14 UTC (rev 15172) @@ -353,6 +353,8 @@ if (presentationView == nil) presentationView = [[SKPresentationView alloc] initWithFrame:[[presentationWindow contentView] bounds]]; + else + [presentationView setFrame:[[presentationWindow contentView] bounds]]; [[presentationWindow contentView] addSubviewWithConstraints:presentationView]; [presentationWindow makeFirstResponder:presentationView]; [presentationView setAutoScales:YES]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit