1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

* Proper fix for TWK-422.

This commit is contained in:
Christian Muehlhaeuser
2011-11-28 15:54:53 +01:00
parent f4d1bc8dfb
commit 48d07a679b

View File

@@ -122,7 +122,6 @@ SourceDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, co
if ( ( option.state & QStyle::State_Enabled ) == QStyle::State_Enabled ) if ( ( option.state & QStyle::State_Enabled ) == QStyle::State_Enabled )
{ {
o.state = QStyle::State_Enabled; o.state = QStyle::State_Enabled;
o3.state = QStyle::State_Enabled;
if ( ( option.state & QStyle::State_Selected ) == QStyle::State_Selected ) if ( ( option.state & QStyle::State_Selected ) == QStyle::State_Selected )
{ {