actor: Invalidate the current state when popping easing states
authorJasper St. Pierre <jstpierre@mecheye.net>
Tue, 27 Mar 2012 18:54:56 +0000 (15:54 -0300)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 28 Mar 2012 10:56:01 +0000 (11:56 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=672945

clutter/clutter-actor.c

index 46ab8c1..ca0ece9 100644 (file)
@@ -17605,6 +17605,7 @@ clutter_actor_restore_easing_state (ClutterActor *self)
     {
       g_array_unref (info->states);
       info->states = NULL;
+      info->cur_state = NULL;
     }
 }