1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Disable expand/collapse animation in sidebar.

This commit is contained in:
Christian Muehlhaeuser 2015-04-10 05:15:55 +02:00
parent 8463064315
commit d5331ea612

View File

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