]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/win_gtk.c
More for wxPython 2.0b9 (hopefully the last...)
[wxWidgets.git] / src / gtk / win_gtk.c
index 11cae307e183a1e9d726675055d6c60d4b5ecbd1..8dfde26e72c51fc24cb5399be73bcbf03f9b31fa 100644 (file)
@@ -416,6 +416,7 @@ gtk_myfixed_size_allocate (GtkWidget     *widget,
 
   myfixed = GTK_MYFIXED (widget);
 
 
   myfixed = GTK_MYFIXED (widget);
 
+    widget->allocation = *allocation;
 #if (GTK_MINOR_VERSION > 0)
   if (myfixed->shadow_type == GTK_SHADOW_NONE)
     border = 0;
 #if (GTK_MINOR_VERSION > 0)
   if (myfixed->shadow_type == GTK_SHADOW_NONE)
     border = 0;
@@ -425,7 +426,6 @@ gtk_myfixed_size_allocate (GtkWidget     *widget,
   border = 0;
 #endif
 
   border = 0;
 #endif
 
-  widget->allocation = *allocation;
   if (GTK_WIDGET_REALIZED (widget))
   {
     gdk_window_move_resize( widget->window, 
   if (GTK_WIDGET_REALIZED (widget))
   {
     gdk_window_move_resize( widget->window,