mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Merge pull request #9887 from druiz17/tablet-keyboard-focus
dialogs that are push onto the menu stack now have focus
This commit is contained in:
commit
08ee2fd43f
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ Item {
|
|||
d.push(Qt.resolvedUrl(path));
|
||||
d.currentItem.eventBridge = tabletMenu.eventBridge
|
||||
d.currentItem.sendToScript.connect(tabletMenu.sendToScript);
|
||||
d.currentItem.focus = true;
|
||||
d.currentItem.forceActiveFocus();
|
||||
breadcrumbText.text = d.currentItem.title;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue