Fix toggle control dialog animation

pull/7/head
reionwong 4 years ago
parent 4d889b34ed
commit fe29cffb60

@ -53,6 +53,9 @@ Item {
if (checked) if (checked)
return return
_bgRect.width = 0
_bgRect.height = 0
_bgRect.x = mouseX _bgRect.x = mouseX
_bgRect.y = mouseY _bgRect.y = mouseY
_bgRect.state = "shown" _bgRect.state = "shown"

Loading…
Cancel
Save