send removal signal before unblock delaying remove

pull/1/head
Michail Vourlakos 8 years ago
parent 2e34380bb3
commit 4bebad4f82

@ -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

Loading…
Cancel
Save