[clutter] actor: Invalidate the current state when popping easing states



commit 628ffa7b91ccb566ede25d41f4e08cee7c8c7dd6
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Mar 27 15:54:56 2012 -0300

    actor: Invalidate the current state when popping easing states
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672945

 clutter/clutter-actor.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
index 46ab8c1..ca0ece9 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -17605,6 +17605,7 @@ clutter_actor_restore_easing_state (ClutterActor *self)
     {
       g_array_unref (info->states);
       info->states = NULL;
+      info->cur_state = NULL;
     }
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]