Don't propagate mouse events from ScrollHelper

This commit is contained in:
Christian Muehlhaeuser 2019-05-15 05:02:06 +02:00
parent f0f3f491c8
commit 49491a26b4
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -30,7 +30,7 @@ import QtQuick.Controls 2
*/
MouseArea {
id: root
propagateComposedEvents: true
// propagateComposedEvents: true
property Flickable flickable