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 {
id: keyboard
z: 1000
raised: parent.keyboardEnabled && parent.keyboardRaised
raised: parent.keyboardEnabled && parent.keyboardRaised && HMD.active
numeric: parent.punctuationMode
anchors {
left: parent.left