Revision: 29301
          http://sourceforge.net/p/bibdesk/svn/29301
Author:   hofman
Date:     2025-07-18 16:47:56 +0000 (Fri, 18 Jul 2025)
Log Message:
-----------
just make sure editing is ended, should not matter

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2025-07-18 16:41:27 UTC (rev 29300)
+++ trunk/bibdesk/BDSKEditor.m  2025-07-18 16:47:56 UTC (rev 29301)
@@ -2283,11 +2283,11 @@
 
 // sent by the textViews
 - (void)textDidEndEditing:(NSNotification *)aNotification{
+    [self setEditing:NO];
+    
     if (currentEditedView == nil)
         return;
     
-    [self setEditing:NO];
-    
     NSParameterAssert([self textShouldEndEditing:currentEditedView 
error:NULL]);
     
     NSString *field = 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