Merge pull request #10931 from druiz17/fix-goto-hmd-keyboard

Fixed goto hmd keyboard not entering text
This commit is contained in:
druiz17 2017-07-10 12:50:01 -07:00 committed by GitHub
commit 78ba2102f4

View file

@ -99,7 +99,13 @@ StackView {
height: parent.height
MouseArea {
anchors.fill: parent
anchors {
top: parent.top
left: parent.left
right: parent.right
bottom: keyboard.top
}
propagateComposedEvents: true
onPressed: {
parent.forceActiveFocus();