From a7eb3fe43261d9fab2606c25a79249ecad7f9df6 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 10 Apr 2015 08:25:54 +0200 Subject: [PATCH] Disable last PR until scrollbar width is fixed. --- src/tomahawk/sourcetree/SourceTreeView.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/tomahawk/sourcetree/SourceTreeView.cpp b/src/tomahawk/sourcetree/SourceTreeView.cpp index 4bb580328..d114e7a62 100644 --- a/src/tomahawk/sourcetree/SourceTreeView.cpp +++ b/src/tomahawk/sourcetree/SourceTreeView.cpp @@ -108,7 +108,10 @@ SourceTreeView::SourceTreeView( QWidget* parent ) setEditTriggers( NoEditTriggers ); setAutoExpandDelay( 500 ); - TomahawkStyle::styleScrollBar( verticalScrollBar() ); +#ifndef Q_OS_MAC + // FIXME: scrollbar width + // TomahawkStyle::styleScrollBar( verticalScrollBar() ); +#endif // TODO animation conflicts with the expanding-playlists-when-collection-is-null // so investigate