From 4bebad4f82dcd4663c4dad7ccc835b94a9467479 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sun, 15 Jan 2017 12:57:01 +0200 Subject: [PATCH] send removal signal before unblock delaying remove --- plasmoid/contents/ui/TaskDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/contents/ui/TaskDelegate.qml b/plasmoid/contents/ui/TaskDelegate.qml index 030b4ba07..35a8b0ba0 100644 --- a/plasmoid/contents/ui/TaskDelegate.qml +++ b/plasmoid/contents/ui/TaskDelegate.qml @@ -1084,9 +1084,9 @@ MouseArea{ } PropertyAction { target: mainItemContainer; property: "inAnimation"; value: false } + ScriptAction{script:{root.signalAnimationsNeedLength(-1)}} PropertyAction { target: mainItemContainer; property: "ListView.delayRemove"; value: false } PropertyAction { target: icList; property: "delayingRemoval"; value: false } - ScriptAction{script:{root.signalAnimationsNeedLength(-1)}} } }// main Item