Revision: 26706
          http://sourceforge.net/p/bibdesk/svn/26706
Author:   hofman
Date:     2021-08-20 14:43:48 +0000 (Fri, 20 Aug 2021)
Log Message:
-----------
Use table delegate as owner of temporary view, so the connections work

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

Modified: trunk/bibdesk/BDSKMainTableView.m
===================================================================
--- trunk/bibdesk/BDSKMainTableView.m   2021-08-20 14:41:31 UTC (rev 26705)
+++ trunk/bibdesk/BDSKMainTableView.m   2021-08-20 14:43:48 UTC (rev 26706)
@@ -274,7 +274,7 @@
         [headerCell setStringValue:[[NSBundle mainBundle] 
localizedStringForKey:identifier value:@"" table:@"BibTeXKeys"]];
     
     if (columnType != BDSKColumnTypeText && columnType != 
BDSKColumnTypeLinkedFile && columnType != BDSKColumnTypeRelevance) {
-        NSView *view = [self makeViewForTableColumn:tc owner:nil];
+        NSView *view = [self makeViewForTableColumn:tc owner:[self delegate]];
         [tc setWidth:fmax([view fittingSize].width, [headerCell 
cellSize].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

Reply via email to