GNOME Bugzilla – Bug 694237
actor: Fix clutter_actor_allocate_align_fill for partially-filled actors
Last modified: 2013-02-21 00:30:18 UTC
See patch. This came up while I was fixing some iconGrid stuff.
Created attachment 236884 [details] [review] actor: Fix clutter_actor_allocate_align_fill for partially-filled actors If we pass TRUE for x_align and FALSE for y_align, the full available width should be passed to clutter_get_preferred_height, and the same should be true in the other dimension.
Attachment 236884 [details] pushed as 50f6b2a - actor: Fix clutter_actor_allocate_align_fill for partially-filled actors