dont delay clearing zoom for task

pull/2/head
Michail Vourlakos 7 years ago
parent 5245a01f0f
commit 2f45aa9129

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

Loading…
Cancel
Save