]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/win_gtk.c
wxGTK's built-in dockable menu now give their
[wxWidgets.git] / src / gtk / win_gtk.c
index 7e8498ea5aecaa64a2d3b759cc18de0debec2c5a..c199d05b9b188cb67ad10ef60193262de91cba5e 100644 (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))