1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 14:10:34 +00:00

#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

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