Revision: 12079
          http://sourceforge.net/p/skim-app/code/12079
Author:   hofman
Date:     2020-12-01 10:38:50 +0000 (Tue, 01 Dec 2020)
Log Message:
-----------
No need for check, we always add the pdfView

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

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2020-12-01 10:14:06 UTC (rev 
12078)
+++ trunk/SKMainWindowController_FullScreen.m   2020-12-01 10:38:50 UTC (rev 
12079)
@@ -286,8 +286,7 @@
     [[fullScreenWindow contentView] addSubview:pdfView];
     [pdfView layoutDocumentView];
     [pdfView requiresDisplay];
-    if ([pdfView window] == fullScreenWindow)
-        [fullScreenWindow makeFirstResponder:pdfView];
+    [fullScreenWindow makeFirstResponder:pdfView];
     [fullScreenWindow recalculateKeyViewLoop];
     [fullScreenWindow setDelegate:self];
     [fadeWindow fadeOutBlocking:NO];

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