Revision: 30050
          http://sourceforge.net/p/bibdesk/svn/30050
Author:   hofman
Date:     2026-02-24 16:48:09 +0000 (Tue, 24 Feb 2026)
Log Message:
-----------
pass edited row when fields don't change

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2026-02-24 15:34:40 UTC (rev 30049)
+++ trunk/bibdesk/BDSKEditor.m  2026-02-24 16:48:09 UTC (rev 30050)
@@ -3272,7 +3272,7 @@
     
        // restore the edited cell and its selection
        if (editedTitle)
-        [self editTextFieldAtRow:NSNotFound forField:editedTitle 
selection:selection];
+        [self editTextFieldAtRow:newFields ? NSNotFound : editedRow 
forField:editedTitle selection:selection];
 }
 
 - (void)reloadTableIgnoringEditsForField:(NSString *)field {

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