Fix width-for-height allocations

https://bugzilla.gnome.org/show_bug.cgi?id=677039
This commit is contained in:
Emanuele Aina 2012-05-29 17:40:51 +02:00 committed by Emmanuele Bassi
parent de4d70af69
commit 7f9c3976a1

View File

@ -8621,7 +8621,7 @@ clutter_actor_adjust_allocation (ClutterActor *self,
clutter_actor_get_preferred_height (self, -1, clutter_actor_get_preferred_height (self, -1,
&min_height, &min_height,
&nat_height); &nat_height);
clutter_actor_get_preferred_height (self, alloc_height, clutter_actor_get_preferred_width (self, alloc_height,
&min_width, &min_width,
&nat_width); &nat_width);
} }