hide thin tooltip properly

--update current visual parent for thin tooltip
even when this tooltip showing is blocked. Such
a case is when a different applet popup is triggered.

BUG:443645
FIXED-IN:0.10.7
pull/27/head
Michail Vourlakos 3 years ago
parent 0f7a4bcd10
commit 19fdce53d9

@ -52,7 +52,9 @@ AbilityDefinition.ThinTooltip {
_hideTimer.stop();
_showTimer.stop();
_tooltipDialog.visible = false;
return;
//disabling because we need to updated currentvisualparent even when tooltip is blocked
//for example when triggering a different applet popup
//return;
}
_hideTimer.stop();

Loading…
Cancel
Save