mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:48:09 +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();
|
onWidthChanged: notifyResized();
|
||||||
onHeightChanged: notifyResized();
|
onHeightChanged: notifyResized();
|
||||||
|
|
||||||
|
onShownChanged: {
|
||||||
|
keyboardEnabled = HMD.active;
|
||||||
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
width: pane.contentWidth
|
width: pane.contentWidth
|
||||||
implicitHeight: pane.scrollHeight
|
implicitHeight: pane.scrollHeight
|
||||||
|
|
Loading…
Reference in a new issue