Revision: 15295 http://sourceforge.net/p/skim-app/code/15295 Author: hofman Date: 2025-05-26 14:45:06 +0000 (Mon, 26 May 2025) Log Message: ----------- fade in presentation preview, mistakenly removed
Modified Paths: -------------- trunk/SKMainWindowController_FullScreen.m Modified: trunk/SKMainWindowController_FullScreen.m =================================================================== --- trunk/SKMainWindowController_FullScreen.m 2025-05-26 14:14:05 UTC (rev 15294) +++ trunk/SKMainWindowController_FullScreen.m 2025-05-26 14:45:06 UTC (rev 15295) @@ -291,6 +291,7 @@ [[presentationWindow animator] setAlphaValue:1.0]; if (shouldFadeOut) [[mainWindow animator] setAlphaValue:0.0]; + [[[presentationPreview window] animator] setAlphaValue:1.0]; } completionHandler:^{ // only hide the dock and menubar when the presentation window is on the primary screen, otherwise no need to block main menu and dock 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