mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Update OverlayWebWindow keyboard visibility per HMD/desktop mode changes
This commit is contained in:
parent
ab21487a6d
commit
34b9d3eecc
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ Windows.ScrollingWindow {
|
|||
onWidthChanged: notifyResized();
|
||||
onHeightChanged: notifyResized();
|
||||
|
||||
onShownChanged: {
|
||||
keyboardEnabled = HMD.active;
|
||||
}
|
||||
|
||||
Item {
|
||||
width: pane.contentWidth
|
||||
implicitHeight: pane.scrollHeight
|
||||
|
|
Loading…
Reference in a new issue