1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-02 21:47:22 +03:00

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
This commit is contained in:
Michail Vourlakos 2021-12-30 03:28:02 +02:00
parent 9351277cd7
commit ce15e4e511

View File

@ -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();