Fixing a few fixes..

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-04-12 14:41:43 +00:00
parent ea18eed94c
commit ef47f9b3fd
4 changed files with 18 additions and 14 deletions

View File

@@ -417,8 +417,10 @@ gtk_myfixed_size_allocate (GtkWidget *widget,
if (myfixed->shadow_type == GTK_SHADOW_NONE)
border = 0;
else
#endif
border = 2;
#else
border = 0;
#endif
widget->allocation = *allocation;
if (GTK_WIDGET_REALIZED (widget))