Make the SpaceDrawer navigable with the keyboard.
(cherry picked from commit 624b1b06c5)
This commit is contained in:
committed by
Tobias Fella
parent
714ea8413c
commit
3967b27352
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user