mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Remove yellow tint.
This commit is contained in:
@@ -121,14 +121,6 @@ PlaylistLargeItemDelegate::paint( QPainter* painter, const QStyleOptionViewItem&
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( isUnlistened && ! item->isPlaying() )
|
|
||||||
{
|
|
||||||
prepareStyleOption( &opt, index, item );
|
|
||||||
opt.backgroundBrush = QColor( Qt::yellow ).lighter( 185 );
|
|
||||||
}
|
|
||||||
else
|
|
||||||
prepareStyleOption( &opt, index, item );
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
prepareStyleOption( &opt, index, item );
|
prepareStyleOption( &opt, index, item );
|
||||||
|
Reference in New Issue
Block a user