1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-08-21 13:49:29 +03:00

task indicator:hovered for preview containsmouse

This commit is contained in:
Michail Vourlakos
2021-05-14 22:12:12 +03:00
parent 76549a9f99
commit 8e8c416e05

View File

@ -159,7 +159,7 @@ AbilityItem.BasicItem {
&& (windowsPreviewDlg.activeItem === taskItem)) )
indicator.isGroup: !root.disableAllWindowsFunctionality && taskItem.isGroupParent
indicator.isHovered: taskItem.containsMouse
indicator.isHovered: taskItem.containsMouse || (windowsPreviewDlg.containsMouse && (toolTipDelegate.parentTask === taskItem))
indicator.isMinimized: !root.disableAllWindowsFunctionality && taskItem.isMinimized
indicator.isPressed: taskItem.pressed
indicator.inAttention: !root.disableAllWindowsFunctionality && taskItem.inAttention