Revision: 15286 http://sourceforge.net/p/skim-app/code/15286 Author: hofman Date: 2025-05-25 15:38:14 +0000 (Sun, 25 May 2025) Log Message: ----------- reset flag later
Modified Paths: -------------- trunk/SKMainWindowController_FullScreen.m Modified: trunk/SKMainWindowController_FullScreen.m =================================================================== --- trunk/SKMainWindowController_FullScreen.m 2025-05-25 14:38:38 UTC (rev 15285) +++ trunk/SKMainWindowController_FullScreen.m 2025-05-25 15:38:14 UTC (rev 15286) @@ -377,10 +377,6 @@ } mwcFlags.thumbnailsUpdatedDuringPresentaton = 0; - mwcFlags.isSwitchingFullScreen = 0; - - [touchBarController interactionModeChanged]; - NSWindowTabGroup *tabGroup = [savedNormalSetup objectForKey:TABGROUP_KEY]; BOOL moveToTab = [[tabGroup windows] count] > 0; @@ -415,10 +411,14 @@ [mainWindow setAlphaValue:1.0]; } + [savedNormalSetup removeAllObjects]; + // the page number may have changed [self updateSubtitle]; - [savedNormalSetup removeAllObjects]; + [touchBarController interactionModeChanged]; + + mwcFlags.isSwitchingFullScreen = 0; [NSAnimationContext runAnimationGroup:^(NSAnimationContext *context) { [context setDuration:PRESENTATION_DURATION]; 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