mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Remove MouseArea if tooltip is not visible
It should unnecessarily catch any mouse events then. And neither should the ScrollView inside.
This commit is contained in:
parent
3de3d438a5
commit
615c124960
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ UM.PointingRectangle
|
|||
|
||||
MouseArea
|
||||
{
|
||||
enabled: parent.opacity > 0
|
||||
visible: enabled
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.NoButton
|
||||
hoverEnabled: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue