From: Paul Cornett Date: Sun, 15 Oct 2006 05:36:45 +0000 (+0000) Subject: remove redundant resize X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/23c085422e55c79bc40cb402be6a7d956b7d1190 remove redundant resize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/win_gtk.c b/src/gtk/win_gtk.c index 02e277c659..e38f6e1db4 100644 --- a/src/gtk/win_gtk.c +++ b/src/gtk/win_gtk.c @@ -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;