Skip to content

st/viewport: Invalidate the cached paint volume of ClutterActor

Since StViewport uses the value of the StAdjustment to create its custom paint volume, ClutterActors newly introduced proper caching of paint volumes doesn't get notifed about changes to that paint volume and will simply reuse the cached old one.

So make use of the newly introduced clutter_actor_invalidate_paint_volume() method to make sure ClutterActor will ask for the paint volume again on the next paint.

Depends on mutter!1773 (merged)

Edited by Jonas Dreßler

Merge request reports