Revision: 30018
          http://sourceforge.net/p/bibdesk/svn/30018
Author:   hofman
Date:     2026-02-19 16:47:49 +0000 (Thu, 19 Feb 2026)
Log Message:
-----------
force end editing when closing editor window

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2026-02-19 10:00:47 UTC (rev 30017)
+++ trunk/bibdesk/BDSKEditor.m  2026-02-19 16:47:49 UTC (rev 30018)
@@ -2901,6 +2901,8 @@
     
     editorFlags.isEditable = NO;
     
+    [[self window] endEditingFor:nil];
+    
     @try {
         [fileView removeObserver:self forKeyPath:@"iconScale" 
context:&BDSKEditorObservationContext];
         [fileView removeObserver:self forKeyPath:@"displayMode" 
context:&BDSKEditorObservationContext];

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