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