don't force size_allocate in gtk_pizza_put, it shouldn't be necessary
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -309,8 +309,6 @@ gtk_pizza_put (GtkPizza *pizza,
|
||||
gtk_widget_set_parent (widget, GTK_WIDGET (pizza));
|
||||
|
||||
gtk_widget_set_size_request( widget, width, height );
|
||||
if (GTK_WIDGET_REALIZED (pizza))
|
||||
gtk_pizza_allocate_child (pizza, child_info);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user