]> Pileus Git - ~andy/gtk/commit
Unconditionally return the height for the minimum width when doing get_desired_height()
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 20 Apr 2010 00:43:19 +0000 (20:43 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 20 Apr 2010 00:43:19 +0000 (20:43 -0400)
commitde4a8f8ddcc292f1cfa1a1e4cf96e993eaf71181
tree9cbae45200cee4ec0fb140857ba84b9e7a7785d9
parentee8db39393fe0246461d06d88515446b057dcc54
Unconditionally return the height for the minimum width when doing get_desired_height()

This is the correct support for the opposing orientation for widgets
that support height-for-width, in an interface that was realized as
width-for-height, a height-for-width supporting widget should return
the minimum height for the minimum width when the initial
get_desired_height() is run.
gtk/gtklabel.c