Skip to content

clutter/text: Invalidate actor paint volume when it has changed

ClutterText implements its own get_paint_volume() with its own cache, but was not invalidating the actor paint volume when when it has changed. This sometimes could result in labels, especially quickly changing ones, using the old paint volume which either would cut off the label or leave parts of the old label on screen.

Fixes: #1943 (closed)

Merge request reports