mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-30 17:20:26 +02:00
* Auto expand sidebar items when hovering during drag and drop operations.
This commit is contained in:
@@ -90,6 +90,7 @@ SourceTreeView::SourceTreeView( QWidget* parent )
|
|||||||
setVerticalScrollMode( QTreeView::ScrollPerPixel );
|
setVerticalScrollMode( QTreeView::ScrollPerPixel );
|
||||||
setMouseTracking( true );
|
setMouseTracking( true );
|
||||||
setEditTriggers( NoEditTriggers );
|
setEditTriggers( NoEditTriggers );
|
||||||
|
setAutoExpandDelay( 500 );
|
||||||
|
|
||||||
// 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
|
||||||
|
Reference in New Issue
Block a user