Revision: 30031
          http://sourceforge.net/p/bibdesk/svn/30031
Author:   hofman
Date:     2026-02-21 16:50:25 +0000 (Sat, 21 Feb 2026)
Log Message:
-----------
no ned for parenthesis

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2026-02-21 16:34:28 UTC (rev 30030)
+++ trunk/bibdesk/BDSKEditor.m  2026-02-21 16:50:25 UTC (rev 30031)
@@ -2169,7 +2169,7 @@
         return NO;
     }
     // ending the edit can remove a row and make the row invalid
-    if ((row + 1 < [tableView numberOfRows] || [[[control currentEditor] 
string] length] > 0) ||
+    if (row + 1 < [tableView numberOfRows] || [[[control currentEditor] 
string] length] > 0 ||
         ([[self window] makeFirstResponder:[self window]] && row < [tableView 
numberOfRows]))
         [tableView editColumn:1 row:row withEvent:nil select:YES];
     return YES;

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