1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-08 10:02:29 +02:00

Remove yellow tint.

This commit is contained in:
Teo Mrnjavac 2013-04-25 22:28:01 +02:00
parent 59e6c7b83d
commit 6b5d30d936

View File

@ -121,14 +121,6 @@ PlaylistLargeItemDelegate::paint( QPainter* painter, const QStyleOptionViewItem&
break;
}
}
if ( isUnlistened && ! item->isPlaying() )
{
prepareStyleOption( &opt, index, item );
opt.backgroundBrush = QColor( Qt::yellow ).lighter( 185 );
}
else
prepareStyleOption( &opt, index, item );
}
else
prepareStyleOption( &opt, index, item );