#4868 Extended tooltip text could be white instead of black

This commit is contained in:
Mitchell Livingston 2012-04-14 03:07:06 +00:00
parent 53ea28bdf6
commit 610926c2a3
1 changed files with 1 additions and 0 deletions

View File

@ -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];
}