Skip to content

clutter/text: Don't query preferred size without allocation

Florian Müllner requested to merge fmuellner/mutter:headless-shell-crash into main

The size request functions query the resource scale, which hits an assert if headless. The returned sizes are already only used when clutter_actor_has_allocation() is true, so this doesn't change the condition for calling either redraw or relayout.

gnome-shell#4522 (closed)

Merge request reports