Skip to content

clutter/actor: Inherit clone branch depth from parent

Daniel van Vugt requested to merge vanvugt/mutter:fix-is_in_clone_paint-1 into master

Children added to a parent after that parent (or its ancestors) have already been cloned now inherit the clone branch depth of the parent. Otherwise clutter_actor_is_in_clone_paint on the child could return FALSE when it should have been returning TRUE.

Edited by Daniel van Vugt

Merge request reports