From 71a85665d90700bf7f2249309a0a9b8923789c87 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 15 Nov 2012 17:38:13 +0100 Subject: [PATCH] * Auto expand sidebar items when hovering during drag and drop operations. --- src/sourcetree/SourceTreeView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sourcetree/SourceTreeView.cpp b/src/sourcetree/SourceTreeView.cpp index 146f173f5..61cf7ed42 100644 --- a/src/sourcetree/SourceTreeView.cpp +++ b/src/sourcetree/SourceTreeView.cpp @@ -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