diff --git a/qt/aqt/sidebar.py b/qt/aqt/sidebar.py index ca1b6be3b..8921e692e 100644 --- a/qt/aqt/sidebar.py +++ b/qt/aqt/sidebar.py @@ -313,6 +313,7 @@ class SidebarTreeView(QTreeView): self.setUniformRowHeights(True) self.setHeaderHidden(True) self.setIndentation(15) + self.setAutoExpandDelay(600) # this doesn't play nicely with shift+click to OR items - we may want # to put it behind a 'multi-select' mode # self.setSelectionMode(QAbstractItemView.SelectionMode.ExtendedSelection)