mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Disable expand/collapse animation in sidebar.
This commit is contained in:
@@ -109,7 +109,7 @@ SourceTreeView::SourceTreeView( QWidget* parent )
|
|||||||
|
|
||||||
// TODO animation conflicts with the expanding-playlists-when-collection-is-null
|
// TODO animation conflicts with the expanding-playlists-when-collection-is-null
|
||||||
// so investigate
|
// so investigate
|
||||||
// setAnimated( true );
|
setAnimated( false );
|
||||||
|
|
||||||
m_delegate = new SourceDelegate( this );
|
m_delegate = new SourceDelegate( this );
|
||||||
connect( m_delegate, SIGNAL( latchOn( Tomahawk::source_ptr ) ), SLOT( latchOnOrCatchUp( Tomahawk::source_ptr ) ) );
|
connect( m_delegate, SIGNAL( latchOn( Tomahawk::source_ptr ) ), SLOT( latchOnOrCatchUp( Tomahawk::source_ptr ) ) );
|
||||||
|
Reference in New Issue
Block a user