summaryrefslogtreecommitdiff
path: root/src/animation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation.c')
-rw-r--r--src/animation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animation.c b/src/animation.c
index 5eacb7bf..c71b5069 100644
--- a/src/animation.c
+++ b/src/animation.c
@@ -167,6 +167,7 @@ weston_view_animation_frame(struct weston_animation *base,
weston_spring_update(&animation->spring, msecs);
if (weston_spring_done(&animation->spring)) {
+ weston_view_schedule_repaint(animation->view);
weston_view_animation_destroy(animation);
return;
}