1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 08:40:40 +02:00

* Auto expand sidebar items when hovering during drag and drop operations.

This commit is contained in:
Christian Muehlhaeuser
2012-11-15 17:38:13 +01:00
parent 21a1dcfeb3
commit 71a85665d9

View File

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