From 19fdce53d96ae954744298cd4ed0b390a322c7f8 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Thu, 30 Dec 2021 03:28:02 +0200 Subject: [PATCH] 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 --- declarativeimports/abilities/host/ThinTooltip.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/declarativeimports/abilities/host/ThinTooltip.qml b/declarativeimports/abilities/host/ThinTooltip.qml index c720d8e0f..488f0b0a6 100644 --- a/declarativeimports/abilities/host/ThinTooltip.qml +++ b/declarativeimports/abilities/host/ThinTooltip.qml @@ -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();