1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-15 10:33:59 +02:00

Disable expand/collapse animation in sidebar.

This commit is contained in:
Christian Muehlhaeuser
2015-04-10 05:15:55 +02:00
parent 4cef333162
commit 802a643834

View File

@@ -107,7 +107,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 ) ) );