#4868 Extended tooltip text could be white instead of black
This commit is contained in:
parent
53ea28bdf6
commit
610926c2a3
|
@ -539,6 +539,7 @@
|
|||
cellFrame.origin.x += PADDING_EXPANSION_FRAME;
|
||||
cellFrame.origin.y += PADDING_EXPANSION_FRAME;
|
||||
|
||||
[fTitleAttributes setObject: [NSColor controlTextColor] forKey: NSForegroundColorAttributeName];
|
||||
NSAttributedString * titleString = [self attributedTitle];
|
||||
[titleString drawInRect: cellFrame];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue