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:
parent
8463064315
commit
d5331ea612
@ -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 ) ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user