mirror of
https://github.com/brl/mutter.git
synced 2025-02-03 15:22:15 +00:00
Daniel van Vugt
5d0365991f
clutter/actor: Inherit clone branch depth from parent
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. (cherry picked from commit b393f3d54018b85137078664d548c0c661001ff1)
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%