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