Skip to content

clutter/transition: Do not call methods of a NULL ClutterAnimatable

Corentin Noël requested to merge tintou/no-transition-warning into main

Only call clutter_animatable_get_actor on a non-null object, otherwise set the timeline actor to NULL directly.

Merge request reports