From 945740eb210822722bab1785832b0e6b32326fd3 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sun, 16 Nov 2014 16:21:50 +0100 Subject: [PATCH] Show now playing icon also for collections --- src/tomahawk/sourcetree/SourceDelegate.cpp | 1 + 1 file changed, 1 insertion(+) 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() );