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



commit bdb1109792aaca455628168e85e40f5ae046cddc
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 5f6e801..3a500d9 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -17672,6 +17672,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]