Revision: 29897
          http://sourceforge.net/p/bibdesk/svn/29897
Author:   hofman
Date:     2025-11-29 17:50:06 +0000 (Sat, 29 Nov 2025)
Log Message:
-----------
checkk for NSText instead of NSTextView

Modified Paths:
--------------
    trunk/bibdesk/BDSKFilterController.m

Modified: trunk/bibdesk/BDSKFilterController.m
===================================================================
--- trunk/bibdesk/BDSKFilterController.m        2025-11-29 17:22:24 UTC (rev 
29896)
+++ trunk/bibdesk/BDSKFilterController.m        2025-11-29 17:50:06 UTC (rev 
29897)
@@ -266,7 +266,7 @@
 
 - (BOOL)commitEditing {
     // don't use commitEditing on the conditionControllers, as that does not 
fail when it should
-    if ([[[self window] firstResponder] isKindOfClass:[NSTextView class]] == 
NO)
+    if ([[[self window] firstResponder] isKindOfClass:[NSText class]] == NO)
         return YES;
     return [[self window] makeFirstResponder:nil];
 }

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to