mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fix tooltip with alpha 0 stealing clicks
CURA-7437
This commit is contained in:
parent
8a12f539b5
commit
e24797b94e
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue