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

fix for thin tooltips

This commit is contained in:
Michail Vourlakos 2021-02-08 19:08:54 +02:00
parent 1b0b43e0e0
commit 699046117b

View File

@ -53,7 +53,7 @@ AbilityDefinition.ThinTooltip {
//! Private Implementation
onShowIsBlockedChanged: {
if (!showIsBlocked && !_tooltipDialog.visible && _thinTooltip.currentVisualParent) {
if (isEnabled && !showIsBlocked && !_tooltipDialog.visible && _thinTooltip.currentVisualParent) {
_hideTimer.stop();
_tooltipDialog.visible = true;
} else if (showIsBlocked && _tooltipDialog.visible) {