From 4f4406ffb1aa92ca5e3f664f8cc87112745f26d8 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 14 Dec 2011 11:24:30 +0100 Subject: [PATCH] * Indent playlists / stations correctly. This is possibly causing issues with the OS X background color. Needs checking. --- src/sourcetree/sourcedelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sourcetree/sourcedelegate.cpp b/src/sourcetree/sourcedelegate.cpp index 331df0243..ea69300b4 100644 --- a/src/sourcetree/sourcedelegate.cpp +++ b/src/sourcetree/sourcedelegate.cpp @@ -478,7 +478,7 @@ SourceDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, co } else if ( type == SourcesModel::Category ) { - paintCategory( painter, o3, index ); + paintCategory( painter, o, index ); } else if ( type == SourcesModel::Divider ) {