From d5331ea612543fd573b1e721e4112d2ab004258a Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 10 Apr 2015 05:15:55 +0200 Subject: [PATCH] Disable expand/collapse animation in sidebar. --- src/tomahawk/sourcetree/SourceTreeView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tomahawk/sourcetree/SourceTreeView.cpp b/src/tomahawk/sourcetree/SourceTreeView.cpp index 31f104b51..062146cd8 100644 --- a/src/tomahawk/sourcetree/SourceTreeView.cpp +++ b/src/tomahawk/sourcetree/SourceTreeView.cpp @@ -109,7 +109,7 @@ SourceTreeView::SourceTreeView( QWidget* parent ) // TODO animation conflicts with the expanding-playlists-when-collection-is-null // so investigate -// setAnimated( true ); + setAnimated( false ); m_delegate = new SourceDelegate( this ); connect( m_delegate, SIGNAL( latchOn( Tomahawk::source_ptr ) ), SLOT( latchOnOrCatchUp( Tomahawk::source_ptr ) ) );