[clutter] actor: Invalidate the current state when popping easing states
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] actor: Invalidate the current state when popping easing states
- Date: Wed, 28 Mar 2012 11:02:59 +0000 (UTC)
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]