Skip to content

environment: Don't use actor if an ease callback destroys it

An actor ease callback could destroy the actor, in such case we should do not touch the actor anymore nor it makes sense to restore the easing state.

So, before calling the callback, connect to the destroy signal on the actor and if it has been emitted, just ignore any further action with it.

Fixes #1507 (closed)

Merge request reports