1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 20:41:58 +02:00

How about no.

(Reverts inbox entry colors from palette)
This commit is contained in:
Teo Mrnjavac 2013-04-26 17:39:25 +02:00
parent d5e7ee7716
commit 5923a754dd

View File

@ -239,8 +239,6 @@ PlaylistLargeItemDelegate::paint( QPainter* painter, const QStyleOptionViewItem&
painter->setFont( boldFont );
QString text = painter->fontMetrics().elidedText( track->track(), Qt::ElideRight, leftRect.width() );
if ( m_mode == Inbox && isUnlistened )
painter->setPen( opt.palette.link().color() );
painter->drawText( leftRect, text, m_topOption );
painter->setFont( smallFont );