mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 16:50:11 +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 );
|
||||
setMouseTracking( true );
|
||||
setEditTriggers( NoEditTriggers );
|
||||
setAutoExpandDelay( 500 );
|
||||
|
||||
// TODO animation conflicts with the expanding-playlists-when-collection-is-null
|
||||
// so investigate
|
||||
|
Reference in New Issue
Block a user