Revision: 15285 http://sourceforge.net/p/skim-app/code/15285 Author: hofman Date: 2025-05-25 14:38:38 +0000 (Sun, 25 May 2025) Log Message: ----------- update thumbnails after presentation after setting main window
Modified Paths: -------------- trunk/SKMainWindowController_FullScreen.m Modified: trunk/SKMainWindowController_FullScreen.m =================================================================== --- trunk/SKMainWindowController_FullScreen.m 2025-05-25 14:29:16 UTC (rev 15284) +++ trunk/SKMainWindowController_FullScreen.m 2025-05-25 14:38:38 UTC (rev 15285) @@ -369,6 +369,8 @@ if (mode != [pdfView extendedDisplayMode]) [pdfView setExtendedDisplayModeAndRewind:mode]; + [self setWindow:mainWindow]; + if (mwcFlags.thumbnailsNeedUpdateAfterPresentaton) { mwcFlags.thumbnailsNeedUpdateAfterPresentaton = 0; [self allThumbnailsNeedUpdate]; @@ -382,8 +384,6 @@ NSWindowTabGroup *tabGroup = [savedNormalSetup objectForKey:TABGROUP_KEY]; BOOL moveToTab = [[tabGroup windows] count] > 0; - [self setWindow:mainWindow]; - [mainWindow setAlphaValue:0.0]; [mainWindow setLevel:NSNormalWindowLevel]; [mainWindow setAnimationBehavior:NSWindowAnimationBehaviorNone]; 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