From 76b559e56c52754f3033ccead1cdf9ef39617a19 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 14 Oct 2014 06:10:57 +0200 Subject: [PATCH] Fixed error from previous commit. --- src/tomahawk/sourcetree/SourceDelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tomahawk/sourcetree/SourceDelegate.cpp b/src/tomahawk/sourcetree/SourceDelegate.cpp index 2beea5f60..ad2605a56 100644 --- a/src/tomahawk/sourcetree/SourceDelegate.cpp +++ b/src/tomahawk/sourcetree/SourceDelegate.cpp @@ -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 ) {