Fix tooltip with alpha 0 stealing clicks

CURA-7437
This commit is contained in:
Nino van Hooff 2020-05-27 17:21:50 +02:00
parent 8a12f539b5
commit e24797b94e

View file

@ -26,6 +26,8 @@ ToolTip
text: ""
delay: 500
font: UM.Theme.getFont("default")
visible: opacity != 0.0
opacity: 0.0 // initially hidden
Behavior on opacity
{
@ -68,7 +70,6 @@ ToolTip
}
function show() {
visible = true
opacity = 1
}