Revision: 12329
          http://sourceforge.net/p/skim-app/code/12329
Author:   hofman
Date:     2021-04-30 08:57:51 +0000 (Fri, 30 Apr 2021)
Log Message:
-----------
set first responder to window rather than nil

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

Modified: trunk/SKViewSettingsController.m
===================================================================
--- trunk/SKViewSettingsController.m    2021-04-29 20:44:09 UTC (rev 12328)
+++ trunk/SKViewSettingsController.m    2021-04-30 08:57:51 UTC (rev 12329)
@@ -133,7 +133,7 @@
 - (NSDictionary *)settings {
     if (custom == NO)
         return [NSDictionary dictionary];
-    [[self window] makeFirstResponder:nil];
+    [[self window] makeFirstResponder:[self window]];
     return [self dictionaryWithValuesForKeys:[self persistentKeys]];
 }
 

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