mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
auto-expand items while dragging
This commit is contained in:
parent
a50601ed46
commit
4330ab58f5
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue