mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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: ""
|
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…
Add table
Add a link
Reference in a new issue