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:
parent
d8c294aada
commit
05b5344379
@ -1398,7 +1398,7 @@ MouseArea{
|
||||
Connections {
|
||||
target: scrollableList
|
||||
onAnimationsFinishedChanged: {
|
||||
if (!scrollableList.animationsFinished) {
|
||||
if (scrollableList.animationsFinished) {
|
||||
taskItem.slotPublishGeometries();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user