GNOME Bugzilla – Bug 677039
Wrong allocation for WIDTH_FOR_HEIGHT actors
Last modified: 2012-05-31 12:01:45 UTC
In the clutter-actor.c:clutter_actor_adjust_allocation() function clutter_actor_get_preferred_height() is used instead of clutter_actor_get_preferred_width() even fot the width-for-height case, giving some unexpected results.
Created attachment 215190 [details] [review] Fix width-for-height allocations
Review of attachment 215190 [details] [review]: ah, right - clear copy and paste thinko.
Attachment 215190 [details] pushed as 7f9c397 - Fix width-for-height allocations