1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 11:04:01 +02:00

* Indent playlists / stations correctly. This is possibly causing issues with the OS X background color. Needs checking.

This commit is contained in:
Christian Muehlhaeuser
2011-12-14 11:24:30 +01:00
parent 6064b2029e
commit 4f4406ffb1

View File

@@ -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 )
{