mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
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:
parent
4ecab892e5
commit
3de3d438a5
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ UM.PointingRectangle
|
|||
MouseArea
|
||||
{
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.NoButton
|
||||
hoverEnabled: true
|
||||
onHoveredChanged:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue