mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:59:11 +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: ""
|
text: ""
|
||||||
delay: 500
|
delay: 500
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
|
visible: opacity != 0.0
|
||||||
|
opacity: 0.0 // initially hidden
|
||||||
|
|
||||||
Behavior on opacity
|
Behavior on opacity
|
||||||
{
|
{
|
||||||
@ -68,7 +70,6 @@ ToolTip
|
|||||||
}
|
}
|
||||||
|
|
||||||
function show() {
|
function show() {
|
||||||
visible = true
|
|
||||||
opacity = 1
|
opacity = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user