Merge pull request #14900 from MarkBrosche/avatarAppKeyboardFix

Fixed MS21059: Avatar App Keyboard Raise in Desktop
This commit is contained in:
Shannon Romano 2019-02-12 15:02:28 -08:00 committed by GitHub
commit 10e5e9e0c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ Rectangle {
HifiControlsUit.Keyboard { HifiControlsUit.Keyboard {
id: keyboard id: keyboard
z: 1000 z: 1000
raised: parent.keyboardEnabled && parent.keyboardRaised raised: parent.keyboardEnabled && parent.keyboardRaised && HMD.active
numeric: parent.punctuationMode numeric: parent.punctuationMode
anchors { anchors {
left: parent.left left: parent.left