Skip to content
Permalink
Browse files
#2485: Switch to controlTextColor for triggers view.
  • Loading branch information
stuconnolly committed Oct 1, 2018
1 parent 469be89 commit 41633a8
Showing 1 changed file with 1 addition and 1 deletion.
@@ -678,7 +678,7 @@ - (void)tableView:(NSTableView *)tableView willDisplayCell:(id)cell forTableColu

id value = [[triggerData objectAtIndex:rowIndex] objectForKey:[tableColumn identifier]];

[cell setTextColor:[value isNSNull] ? [NSColor lightGrayColor] : [NSColor textColor]];
[cell setTextColor:[value isNSNull] ? [NSColor lightGrayColor] : [NSColor controlTextColor]];
}

/**

0 comments on commit 41633a8

Please sign in to comment.