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:
parent
8c7eee5245
commit
1e4f98b4ae
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user