1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-20 06:50:28 +03:00

fix #633,trigger correctly the animations signals

--restoring the applets from the parabolic effect didnt
send correctly the ending signal that their animation
was finished
This commit is contained in:
Michail Vourlakos 2017-07-30 01:45:09 +03:00
parent 8c7eee5245
commit 1e4f98b4ae

View File

@ -215,7 +215,7 @@ Item{
}
} else if ((zoomScale == 1) && container.isZoomed) {
container.isZoomed = false;
if (!root.editMode && animationWasSent) {
if (animationWasSent) {
root.slotAnimationsNeedBothAxis(-1);
animationWasSent = false;
}