Update OverlayWebWindow keyboard visibility per HMD/desktop mode changes

This commit is contained in:
David Rowe 2016-10-25 20:25:34 +13:00
parent ab21487a6d
commit 34b9d3eecc

View file

@ -56,6 +56,10 @@ Windows.ScrollingWindow {
onWidthChanged: notifyResized();
onHeightChanged: notifyResized();
onShownChanged: {
keyboardEnabled = HMD.active;
}
Item {
width: pane.contentWidth
implicitHeight: pane.scrollHeight