Skip to content

clutter/actor: Avoid some stage view updates

We traverse the whole screnegraph anyway these days in finish_layout(), so no need for the whole "set the flag on parents even though we don't need it" dance anymore.

Merge request reports