Revision: 27688
          http://sourceforge.net/p/bibdesk/svn/27688
Author:   hofman
Date:     2022-07-04 14:09:13 +0000 (Mon, 04 Jul 2022)
Log Message:
-----------
make sure color of row viwq is updated

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

Modified: trunk/bibdesk/BibDocument_UI.m
===================================================================
--- trunk/bibdesk/BibDocument_UI.m      2022-07-04 09:15:00 UTC (rev 27687)
+++ trunk/bibdesk/BibDocument_UI.m      2022-07-04 14:09:13 UTC (rev 27688)
@@ -1381,6 +1381,7 @@
                 for (BibItem *aPub in changedPublications) {
                     NSUInteger row = [shownPublications indexOfObject:aPub];
                     if (row == NSNotFound) continue;
+                    [[tableView rowViewAtRow:row makeIfNecessary:NO] 
setColor:[aPub color]];
                     [colIDs enumerateObjectsUsingBlock:^(NSString *colID, 
NSUInteger column, BOOL *stop){
                         NSTableCellView *view = [tableView viewAtColumn:column 
row:row makeIfNecessary:NO];
                         if (view)

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