From 610926c2a3f6d289ffcf6bad0fc4a673a3aaf164 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sat, 14 Apr 2012 03:07:06 +0000 Subject: [PATCH] #4868 Extended tooltip text could be white instead of black --- macosx/TorrentCell.m | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index c984cd8aa..dc8637c70 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -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]; }