diff --git a/src/tomahawk/sourcetree/SourceDelegate.cpp b/src/tomahawk/sourcetree/SourceDelegate.cpp index 12fc7a219..9a65488fd 100644 --- a/src/tomahawk/sourcetree/SourceDelegate.cpp +++ b/src/tomahawk/sourcetree/SourceDelegate.cpp @@ -167,6 +167,7 @@ SourceDelegate::paintDecorations( QPainter* painter, const QStyleOptionViewItem& type == SourcesModel::Station || type == SourcesModel::TemporaryPage || type == SourcesModel::LovedTracksPage || + type == SourcesModel::Collection || type == SourcesModel::GenericPage ); const bool playing = ( AudioEngine::instance()->isPlaying() || AudioEngine::instance()->isPaused() );