mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 23:39:23 +02:00
fixed hmd keyboard for goto
This commit is contained in:
parent
ab6f615f96
commit
89a072cfee
1 changed files with 7 additions and 1 deletions
|
@ -99,7 +99,13 @@ StackView {
|
|||
height: parent.height
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
anchors {
|
||||
top: parent.top
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
bottom: keyboard.top
|
||||
}
|
||||
|
||||
propagateComposedEvents: true
|
||||
onPressed: {
|
||||
parent.forceActiveFocus();
|
||||
|
|
Loading…
Reference in a new issue