1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +02:00

Fixed error from previous commit.

This commit is contained in:
Christian Muehlhaeuser
2014-10-14 06:10:57 +02:00
parent f68a8dcc5f
commit 76b559e56c

View File

@@ -530,7 +530,7 @@ SourceDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, co
paintStandardItem( painter, optIndentation, index, count );
}
else if ( type == SourcesModel::TemporaryPage || SourcesModel::DeletablePage )
else if ( type == SourcesModel::TemporaryPage || type == SourcesModel::DeletablePage )
{
if ( opt.state & QStyle::State_MouseOver )
{