remove redundant resize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -607,8 +607,6 @@ gtk_pizza_size_allocate (GtkWidget *widget,
|
||||
gdk_window_resize( widget->window, w, h );
|
||||
else
|
||||
gdk_window_move_resize( widget->window, x, y, w, h );
|
||||
|
||||
gdk_window_resize( pizza->bin_window, w, h );
|
||||
}
|
||||
|
||||
children = pizza->children;
|
||||
|
Reference in New Issue
Block a user