Revision: 27307
          http://sourceforge.net/p/bibdesk/svn/27307
Author:   hofman
Date:     2022-03-14 22:57:51 +0000 (Mon, 14 Mar 2022)
Log Message:
-----------
button is controlof table cell view

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

Modified: trunk/bibdesk/BibDocument_Groups.m
===================================================================
--- trunk/bibdesk/BibDocument_Groups.m  2022-03-14 06:30:23 UTC (rev 27306)
+++ trunk/bibdesk/BibDocument_Groups.m  2022-03-14 22:57:51 UTC (rev 27307)
@@ -92,6 +92,7 @@
 #import "NSObject_BDSKExtensions.h"
 #import "BDSKGroupCellView.h"
 #import "BDSKGroupRowView.h"
+#import "BDSKControlTableCellView.h"
 #import "NSLayoutConstraint_BDSKExtensions.h"
 
 
@@ -1607,7 +1608,7 @@
             NSUInteger row, numRows = [tableView numberOfRows];
             for (row = 0; row < numRows; row++) {
                 if ([pubSet containsObject:[[self shownPublications] 
objectAtIndex:row]]) {
-                    NSButton *view = [tableView viewAtColumn:col row:row 
makeIfNecessary:NO];
+                    NSControl *view = [[tableView viewAtColumn:col row:row 
makeIfNecessary:NO] control];
                     [view setEnabled:NO];
                     [view setToolTip: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