mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
* Fixed foreground color.
This commit is contained in:
parent
81dc2fe1fa
commit
fdf1ddc61a
@ -235,7 +235,7 @@ SourceDelegate::paintCollection( QPainter* painter, const QStyleOptionViewItem&
|
||||
painter->drawText( textRect, text, to );
|
||||
}
|
||||
|
||||
QColor descColor = option.palette.color( QPalette::HighlightedText ).lighter( 220 );
|
||||
QColor descColor = option.palette.color( QPalette::Text ).lighter( 220 );
|
||||
if ( type == SourcesModel::ScriptCollection && //you cannot select a non-script collection anyway
|
||||
option.state.testFlag( QStyle::State_Selected ) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user