mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
actor: Invalidate the current state when popping easing states
https://bugzilla.gnome.org/show_bug.cgi?id=672945
This commit is contained in:
parent
fa8d431941
commit
628ffa7b91
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user