We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1b37e commit ed23600Copy full SHA for ed23600
Source/SPTableContentDelegate.m
@@ -519,9 +519,7 @@ - (void)tableView:(SPCopyTable *)tableView willDisplayCell:(id)cell forTableColu
519
else {
520
[cell setTextColor:blackColor];
521
}
522
-
523
- NSDictionary *columnDefinition = [[(id <SPDatabaseContentViewDelegate>)[tableContentView delegate] dataColumnDefinitions] objectAtIndex:columnIndex];
524
+
525
if ([self cellValueIsDisplayedAsHexForColumn:[[tableColumn identifier] integerValue]]) {
526
[cell setTextColor:rowIndex == [tableContentView selectedRow] ? whiteColor : blueColor];
527
0 commit comments