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
work/m_layershell
Michail Vourlakos 3 years ago
parent 9351277cd7
commit ce15e4e511

@ -53,7 +53,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