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:
parent
59e6c7b83d
commit
6b5d30d936
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user