Skip to content
  • Jonas Ådahl's avatar
    clutter/actor: Mark implicit transitions as remove-on-complete · 93bf13dd
    Jonas Ådahl authored
    Implicit transitions had a referenced taken while emitting the
    completion signals, but said reference would only be released if it was
    had remove-on-complete set to TRUE.
    
    Change this to instead remove the 'is_implicit' state and mark all
    implicit transitions as remove-on-complete.
    93bf13dd