9f46258ff9
If an actor's expand properties haven't been set explicitly, its expand flags are computed by traversing its children. However we currently also traverse into children when explicitly setting "expand" to FALSE, because that is the default value and the properties are only marked as explicitly-set when the value actually changed. Fix this, so propagating expand flags can be stopped without hacks like ```c g_object_set (actor, "x-expand", TRUE, NULL); g_object_set (actor, "x-expand", FALSE, NULL); `` Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3088> |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |