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:
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…
x
Reference in New Issue
Block a user