mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
fix tablet menu stack focus issue
This commit is contained in:
parent
5a557c9fe6
commit
4c686eaa67
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