Revision: 16133
          http://sourceforge.net/p/skim-app/code/16133
Author:   hofman
Date:     2026-03-31 17:50:06 +0000 (Tue, 31 Mar 2026)
Log Message:
-----------
make sure we update the responders in the correct window

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2026-03-31 17:41:00 UTC (rev 16132)
+++ trunk/SKMainWindowController.m      2026-03-31 17:50:06 UTC (rev 16133)
@@ -1767,8 +1767,8 @@
         if (handler)
             handler();
     }
-    [[self window] makeFirstResponder:isPresentation ? presentationView : 
pdfView];
-    [[self window] recalculateKeyViewLoop];
+    [[contentView window] makeFirstResponder:isPresentation ? presentationView 
: pdfView];
+    [[contentView window] recalculateKeyViewLoop];
     [touchBarController overviewChanged];
     [noteToolbarController validateButtons];
     if ([splitViewController 
respondsToSelector:@selector(_setHasItemToRevealOnEdgeHover:)]) {

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