mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 05:08:11 +00:00
Fix width-for-height allocations
https://bugzilla.gnome.org/show_bug.cgi?id=677039
This commit is contained in:
parent
de4d70af69
commit
7f9c3976a1
@ -8621,7 +8621,7 @@ clutter_actor_adjust_allocation (ClutterActor *self,
|
||||
clutter_actor_get_preferred_height (self, -1,
|
||||
&min_height,
|
||||
&nat_height);
|
||||
clutter_actor_get_preferred_height (self, alloc_height,
|
||||
clutter_actor_get_preferred_width (self, alloc_height,
|
||||
&min_width,
|
||||
&nat_width);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user