mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 05:49:03 +08:00
Fix tooltip with alpha 0 stealing clicks
CURA-7437
This commit is contained in:
parent
8a12f539b5
commit
e24797b94e
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user