forked from AuroraMiddleware/gtk
Fixed bad typo causing bad vertical requests on frames with no label.
This commit is contained in:
parent
651bed57a4
commit
03dfaf3c3e
@ -905,7 +905,7 @@ gtk_frame_get_height_for_width (GtkSizeRequest *request,
|
||||
child = gtk_bin_get_child (bin);
|
||||
if (child && gtk_widget_get_visible (child))
|
||||
{
|
||||
gtk_size_request_get_height_for_width (GTK_SIZE_REQUEST (priv->label_widget),
|
||||
gtk_size_request_get_height_for_width (GTK_SIZE_REQUEST (child),
|
||||
width, &child_min, &child_nat);
|
||||
minimum += child_min;
|
||||
natural += child_nat;
|
||||
|
Loading…
Reference in New Issue
Block a user