fix drawer radio buttons selection
This commit is contained in:
parent
626b9e1e76
commit
2c9fa10b8b
3 changed files with 30 additions and 38 deletions
|
|
@ -246,6 +246,10 @@ PageType {
|
|||
}
|
||||
|
||||
Keys.onPressed: function(event) {
|
||||
if(event.key === Qt.Key_Tab) {
|
||||
FocusController.nextKeyTabItem()
|
||||
}
|
||||
|
||||
PageController.keyPressEvent(event.key)
|
||||
event.accepted = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue