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:
parent
1b0b43e0e0
commit
699046117b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user