workaround thetouch event loss problem

This commit is contained in:
Marco Martin 2015-06-08 12:28:42 -07:00
parent 58f74b1f61
commit 09ceb9b71b

View file

@ -131,6 +131,10 @@ Window {
}
}
}
//FIXME: this empty mousearea is a workaround on https://bugreports.qt.io/browse/QTBUG-46545
MouseArea {
anchors.fill: parent
}
states: [
State {