mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:15:54 +08: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
@ -61,6 +61,8 @@ UM.PointingRectangle
|
||||
|
||||
MouseArea
|
||||
{
|
||||
enabled: parent.opacity > 0
|
||||
visible: enabled
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.NoButton
|
||||
hoverEnabled: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user