mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
f2f89d9b46
Right now the CONTENT_SIZE request mode for a ClutterActor is only respected by `clutter_actor_get_preferred_size()`, but not by `get_preferred_width()` and `get_preferred_height()`. Those simply try to ask the layout manager and will return [0, 0] for actors without children. So be consistent and also return the content size in those two functions. https://gitlab.gnome.org/GNOME/mutter/merge_requests/1019 |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |