mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:22:57 +02:00
goto HMD keyboard fix
This commit is contained in:
parent
1ccf0da7d8
commit
4e3dba1767
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ StackView {
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if (!addressLine.focus || !HMD.active) {
|
if (!addressLine.focus || HMD.active) {
|
||||||
addressLine.focus = true;
|
addressLine.focus = true;
|
||||||
addressLine.forceActiveFocus();
|
addressLine.forceActiveFocus();
|
||||||
addressBarDialog.keyboardEnabled = HMD.active;
|
addressBarDialog.keyboardEnabled = HMD.active;
|
||||||
|
|
Loading…
Reference in a new issue