Fixed classes to call gtk_extended_layout_get_desired_size_again()
The previous patch removes the ambiguous gtk_widget_get_desired_size().
This commit is contained in:
@ -461,7 +461,7 @@ gtk_alignment_size_allocate (GtkWidget *widget,
|
||||
{
|
||||
GtkExtendedLayout *layout = GTK_EXTENDED_LAYOUT (bin->child);
|
||||
|
||||
gtk_widget_get_desired_size (GTK_WIDGET (layout), NULL, &child_requisition);
|
||||
gtk_extended_layout_get_desired_size (layout, NULL, &child_requisition);
|
||||
|
||||
border_width = GTK_CONTAINER (alignment)->border_width;
|
||||
|
||||
|
Reference in New Issue
Block a user