Revision: 15268
          http://sourceforge.net/p/skim-app/code/15268
Author:   hofman
Date:     2025-05-24 14:39:42 +0000 (Sat, 24 May 2025)
Log Message:
-----------
no need to animate alpha of presentation window twice

Modified Paths:
--------------
    trunk/SKMainWindowController_FullScreen.m

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2025-05-23 15:56:16 UTC (rev 
15267)
+++ trunk/SKMainWindowController_FullScreen.m   2025-05-24 14:39:42 UTC (rev 
15268)
@@ -388,7 +388,6 @@
             [[presentationWindow animator] setAlphaValue:1.0];
             if (shouldFadeOut)
                 [[mainWindow animator] setAlphaValue:0.0];
-            [[[presentationPreview window] animator] setAlphaValue:1.0];
         }
         completionHandler:^{
             //PDFPage *page = [[self pdfView] currentPage];

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

Reply via email to