mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:09:52 +02:00
FB18024: 2 users report that while in VR and in GoTo menu, keyboard is unable to be minimized
This commit is contained in:
parent
7bbedf65c7
commit
7058b07aea
1 changed files with 1 additions and 3 deletions
|
@ -105,7 +105,6 @@ StackView {
|
||||||
propagateComposedEvents: true
|
propagateComposedEvents: true
|
||||||
onPressed: {
|
onPressed: {
|
||||||
parent.forceActiveFocus();
|
parent.forceActiveFocus();
|
||||||
addressBarDialog.keyboardEnabled = false;
|
|
||||||
mouse.accepted = false;
|
mouse.accepted = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -223,7 +222,6 @@ StackView {
|
||||||
updateLocationText(text.length > 0);
|
updateLocationText(text.length > 0);
|
||||||
}
|
}
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
addressBarDialog.keyboardEnabled = false;
|
|
||||||
toggleOrGo();
|
toggleOrGo();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -378,7 +376,7 @@ StackView {
|
||||||
|
|
||||||
HifiControls.Keyboard {
|
HifiControls.Keyboard {
|
||||||
id: keyboard
|
id: keyboard
|
||||||
raised: parent.keyboardEnabled
|
raised: parent.keyboardEnabled && parent.keyboardRaised
|
||||||
numeric: parent.punctuationMode
|
numeric: parent.punctuationMode
|
||||||
anchors {
|
anchors {
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
|
|
Loading…
Reference in a new issue