prevent control from eating events

This commit is contained in:
Marco Martin 2019-10-09 16:11:10 +02:00
parent fc640f9827
commit 5bd75786bc

View file

@ -32,5 +32,9 @@ QQC2.Control {
background: PlasmaCore.FrameSvgItem {
imagePath: "widgets/background"
// This MouseArea just prevents the Control from eating pure touch event (breaking flickables)
MouseArea {
anchors.fill:parent
}
}
}