restore spacers on !containsMouse and inAttention

--when the mouse leaves the dock and a task is inAttentionAnimation
the spacers used for the animation should be restored
pull/2/head
Michail Vourlakos 7 years ago
parent 1dd9a30139
commit 51f879d2a2

@ -880,7 +880,8 @@ MouseArea{
if (root.globalDirectRender)
wrapper.mScale = 1;
else if (!inAttentionAnimation && !inFastRestoreAnimation && !inMimicParabolicAnimation)
else if ((!inAttentionAnimation && !inFastRestoreAnimation && !inMimicParabolicAnimation)
|| (latteDock && !latteDock.dockContainsMouse))
restoreAnimation.start();
}

Loading…
Cancel
Save