Skip to content

Commit

Permalink
#2485: Switch to controlTextColor for triggers view.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuconnolly committed Oct 1, 2018
1 parent 469be89 commit 41633a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SPTableTriggers.m
Original file line number Diff line number Diff line change
Expand Up @@ -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]];
}

/**
Expand Down

0 comments on commit 41633a8

Please sign in to comment.