Revision: 28375 http://sourceforge.net/p/bibdesk/svn/28375 Author: hofman Date: 2023-09-23 21:18:41 +0000 (Sat, 23 Sep 2023) Log Message: ----------- don't run through all cells for column width when there is no text fiels with variable width
Modified Paths: -------------- trunk/bibdesk/BibDocument_DataSource.m Modified: trunk/bibdesk/BibDocument_DataSource.m =================================================================== --- trunk/bibdesk/BibDocument_DataSource.m 2023-09-23 17:45:07 UTC (rev 28374) +++ trunk/bibdesk/BibDocument_DataSource.m 2023-09-23 21:18:41 UTC (rev 28375) @@ -248,6 +248,8 @@ width = fmax(width, [tv rowHeight]); else width = fmax(width, [view fittingSize].width); + if ([view imageView] == 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 Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit