Skip to content

Commit 802a643

Browse files
committed
Disable expand/collapse animation in sidebar.
1 parent 4cef333 commit 802a643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tomahawk/sourcetree/SourceTreeView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ SourceTreeView::SourceTreeView( QWidget* parent )
107107

108108
// TODO animation conflicts with the expanding-playlists-when-collection-is-null
109109
// so investigate
110-
// setAnimated( true );
110+
setAnimated( false );
111111

112112
m_delegate = new SourceDelegate( this );
113113
connect( m_delegate, SIGNAL( latchOn( Tomahawk::source_ptr ) ), SLOT( latchOnOrCatchUp( Tomahawk::source_ptr ) ) );

0 commit comments

Comments
 (0)