1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-25 19:21:41 +03:00

smoothen up parabolic effect for TasksPreviews

--parabolic effect is now Blocking Restore only when
a Task Preview contains mouse. This is more responsive
and more intuitive.
This commit is contained in:
Michail Vourlakos 2020-05-19 21:18:06 +03:00
parent 949b2a4c3b
commit fcf4f0a873

View File

@ -960,7 +960,7 @@ Item {
Ability.ParabolicEffect {
id: _parabolic
bridge: latteBridge
local.restoreZoomIsBlocked: root.contextMenu || windowsPreviewDlg.visible
local.restoreZoomIsBlocked: root.contextMenu || windowsPreviewDlg.containsMouse
}
AppletAbility.Requirements{