GNOME Bugzilla – Bug 685982
ClutterActor::transitions-completed isn't called for implicit transitions
Last modified: 2012-12-18 02:09:01 UTC
This happens with implicit transitions created by actor setters, even with remove-on-complete set to TRUE.
Created attachment 226270 [details] [review] actor: Remove transition when stopping it This covers more cases when the transition completes but was still being tracked by its actor.
Can this get a review, please?
Review of attachment 226270 [details] [review]: looks okay; you can push it to master after changing the comment below, without re-attaching the patch. ::: clutter/clutter-actor.c @@ +3940,3 @@ TransitionClosure *closure = value; /* if the transition is implicit we just remove it now */ the comment should be updated as well, to something like: implicit transitions, and automatically managed explicit ones, should be removed at this point
pushed to master with the comment updated.