mirror of
https://github.com/ankitects/anki.git
synced 2026-01-16 23:39:01 -05:00
Enable extended selection in edit mode
This commit is contained in:
parent
c1a0977519
commit
5fb370dfa9
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ class SidebarTreeView(QTreeView):
|
|||
drag_drop_mode = QAbstractItemView.NoDragDrop
|
||||
edit_triggers = QAbstractItemView.EditKeyPressed
|
||||
elif tool == SidebarTool.EDIT:
|
||||
selection_mode = QAbstractItemView.SingleSelection
|
||||
selection_mode = QAbstractItemView.ExtendedSelection
|
||||
drag_drop_mode = QAbstractItemView.InternalMove
|
||||
edit_triggers = cast(
|
||||
QAbstractItemView.EditTriggers,
|
||||
|
|
|
|||
Loading…
Reference in a new issue