diff --git a/resources/qml/Toolbar.qml b/resources/qml/Toolbar.qml index ab32bff619..2e12f720a5 100644 --- a/resources/qml/Toolbar.qml +++ b/resources/qml/Toolbar.qml @@ -182,7 +182,7 @@ Item MouseArea //Catch all mouse events (so scene doesnt handle them) { anchors.fill: parent - acceptedButtons: Qt.NoButton + acceptedButtons: Qt.AllButtons onWheel: wheel.accepted = true }