Make the SpaceDrawer navigable with the keyboard.

(cherry picked from commit 624b1b06c5)
This commit is contained in:
James Graham
2024-04-22 18:18:15 +02:00
committed by Tobias Fella
parent 714ea8413c
commit 3967b27352
3 changed files with 258 additions and 245 deletions

View File

@@ -91,7 +91,6 @@ RowLayout {
Layout.preferredWidth: root.desiredWidth ? root.desiredWidth - menuButton.width - root.spacing : -1
visible: !root.collapsed
onTextChanged: root.textChanged(text)
KeyNavigation.tab: treeView
}
QQC2.ToolButton {