Merge pull request #8898 from ctrlaltdavid/fix-overlaywebwindow-keyboard

Update OverlayWebWindow keyboard visibility per HMD/desktop mode changes
This commit is contained in:
Brad Hefta-Gaub 2016-10-25 17:59:46 -07:00 committed by GitHub
commit b0b950e132

View file

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