Revision: 15281 http://sourceforge.net/p/skim-app/code/15281 Author: hofman Date: 2025-05-25 14:11:18 +0000 (Sun, 25 May 2025) Log Message: ----------- do not remove window from tab before calling orderOut:, it should be removed implicitly, while it should not be moved to the front first
Modified Paths: -------------- trunk/SKMainWindowController_FullScreen.m Modified: trunk/SKMainWindowController_FullScreen.m =================================================================== --- trunk/SKMainWindowController_FullScreen.m 2025-05-25 08:41:30 UTC (rev 15280) +++ trunk/SKMainWindowController_FullScreen.m 2025-05-25 14:11:18 UTC (rev 15281) @@ -297,8 +297,6 @@ if ([NSScreen screenForWindowHasMenuBar:presentationWindow]) [NSApp setPresentationOptions:NSApplicationPresentationHideDock | NSApplicationPresentationHideMenuBar]; - if (isInTab) - [mainWindow moveTabToNewWindow:nil]; [mainWindow setAnimationBehavior:NSWindowAnimationBehaviorNone]; [mainWindow orderOut:nil]; [mainWindow setAnimationBehavior:NSWindowAnimationBehaviorDefault]; 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