improve when tasks geometries are published

--take into account the scrolling area, when animations
in scrolling area are ended tasks geometries could be
calculated again
pull/5/head
Michail Vourlakos 6 years ago
parent d8c294aada
commit 05b5344379

@ -1398,7 +1398,7 @@ MouseArea{
Connections {
target: scrollableList
onAnimationsFinishedChanged: {
if (!scrollableList.animationsFinished) {
if (scrollableList.animationsFinished) {
taskItem.slotPublishGeometries();
}
}

Loading…
Cancel
Save