actor: Invalidate the current state when popping easing states

https://bugzilla.gnome.org/show_bug.cgi?id=672945
This commit is contained in:
Jasper St. Pierre 2012-03-27 15:54:56 -03:00 committed by Emmanuele Bassi
parent fa8d431941
commit 628ffa7b91

View File

@ -17605,6 +17605,7 @@ clutter_actor_restore_easing_state (ClutterActor *self)
{ {
g_array_unref (info->states); g_array_unref (info->states);
info->states = NULL; info->states = NULL;
info->cur_state = NULL;
} }
} }