Prevent MouseArea from stealing mouse clicks

Possibly this is a problem if the tooltip is invisible. We're not sure yet how to reproduce that bug though. In any case, it's neater to not catch mouse events you don't need.
This commit is contained in:
Ghostkeeper 2020-08-12 11:02:04 +02:00
parent 4ecab892e5
commit 3de3d438a5
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -62,6 +62,7 @@ UM.PointingRectangle
MouseArea
{
anchors.fill: parent
acceptedButtons: Qt.NoButton
hoverEnabled: true
onHoveredChanged:
{