mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Remove yellow tint.
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user