Revision: 13287
          http://sourceforge.net/p/skim-app/code/13287
Author:   hofman
Date:     2023-02-04 17:09:32 +0000 (Sat, 04 Feb 2023)
Log Message:
-----------
prepare transition view a bit later

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

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2023-02-04 16:20:11 UTC (rev 
13286)
+++ trunk/SKMainWindowController_FullScreen.m   2023-02-04 17:09:32 UTC (rev 
13287)
@@ -324,7 +324,6 @@
     [pdfView activateConstraintsToSuperview];
     [pdfView layoutDocumentView];
     [pdfView requiresDisplay];
-    [[pdfView transitionController] prepareViewIfNeeded];
     [fullScreenWindow makeFirstResponder:pdfView];
     [fullScreenWindow recalculateKeyViewLoop];
     [fullScreenWindow setDelegate:self];
@@ -441,6 +440,8 @@
     
     [self fadeInFullScreenView];
     
+    [[pdfView transitionController] prepareViewIfNeeded];
+    
     if ([[[self pdfView] currentPage] isEqual:page] == NO)
         [[self pdfView] goToCurrentPage:page];
     

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to