From afaa7349ea9b2f7af64f783f0df151a7b199db48 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Wed, 24 May 2017 00:00:28 +0300 Subject: [PATCH] fix launcher animation --update launcher animation to work properly with the new parabolicManager --- .../contents/ui/task/animations/TaskLauncherAnimation.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plasmoid/package/contents/ui/task/animations/TaskLauncherAnimation.qml b/plasmoid/package/contents/ui/task/animations/TaskLauncherAnimation.qml index ec06bab5f..15d3d4068 100644 --- a/plasmoid/package/contents/ui/task/animations/TaskLauncherAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/TaskLauncherAnimation.qml @@ -125,10 +125,8 @@ SequentialAnimation{ else icList.directRender=false; - wrapper.updateIdSendScale(index+2, 1, 0); - wrapper.updateIdSendScale(index+1, 1, 0); - wrapper.updateIdSendScale(index-1, 1, 0); - wrapper.updateIdSendScale(index-2, 1, 0); + parabolicManager.clearTasksGreaterThan(index); + parabolicManager.clearTasksLowerThan(index); root.noTasksInAnimation++; mainItemContainer.setBlockingAnimation(true);