1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-26 23:21:37 +03:00

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
This commit is contained in:
Michail Vourlakos 2019-04-21 16:25:50 +03:00
parent d8c294aada
commit 05b5344379

View File

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