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