Revision: 29319
          http://sourceforge.net/p/bibdesk/svn/29319
Author:   hofman
Date:     2025-07-21 21:51:02 +0000 (Mon, 21 Jul 2025)
Log Message:
-----------
fix auto sizing of table column, try only one row when there is no textField

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

Modified: trunk/bibdesk/BibDocument_DataSource.m
===================================================================
--- trunk/bibdesk/BibDocument_DataSource.m      2025-07-21 17:05:01 UTC (rev 
29318)
+++ trunk/bibdesk/BibDocument_DataSource.m      2025-07-21 21:51:02 UTC (rev 
29319)
@@ -249,7 +249,7 @@
                 width = fmax(width, [tv rowHeight]);
             else
                 width = fmax(width, [view fittingSize].width);
-            if ([view imageView] == nil)
+            if ([view textField] == nil)
                 break;
         }
         return width;

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