Revision: 28374
          http://sourceforge.net/p/bibdesk/svn/28374
Author:   hofman
Date:     2023-09-23 17:45:07 +0000 (Sat, 23 Sep 2023)
Log Message:
-----------
add a comment

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

Modified: trunk/bibdesk/BibDocument_DataSource.m
===================================================================
--- trunk/bibdesk/BibDocument_DataSource.m      2023-09-23 17:29:03 UTC (rev 
28373)
+++ trunk/bibdesk/BibDocument_DataSource.m      2023-09-23 17:45:07 UTC (rev 
28374)
@@ -241,6 +241,7 @@
                 }
                 view = tmpView;
             }
+            // BDSKLineTextField never has an intrinsic width, so we use its 
cell
             if ([view imageView] == nil && [view textField])
                 width = fmax(width, ceil([[[view textField] cell] 
cellSize].width));
             else if ([view imageView] && [view textField] == 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