Catch mouse events in toolpanel

Fixes #7720
This commit is contained in:
Jaime van Kessel 2020-05-13 10:53:03 +02:00
parent f34e05ac03
commit 8aabf113d2
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -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
}