From c4f54e8a8c80adb6103e1f8f2c6bf12f5f13e9d1 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 17 Aug 2002 23:40:33 +0000 Subject: [PATCH] clean ups git-svn-id: trunk@1995 - --- lcl/interfaces/gtk/gtkobject.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lcl/interfaces/gtk/gtkobject.inc b/lcl/interfaces/gtk/gtkobject.inc index c30979d524..495f0172e6 100644 --- a/lcl/interfaces/gtk/gtkobject.inc +++ b/lcl/interfaces/gtk/gtkobject.inc @@ -4539,8 +4539,8 @@ begin end; csPanel: - with (TPanel(Sender)) do begin + // create a fixed widget in a horizontal box p := gtk_hbox_new(false,0); TempWidget := gtk_fixed_new(); gtk_container_add(GTK_CONTAINER(P), TempWidget); @@ -6827,6 +6827,9 @@ end; { ============================================================================= $Log$ + Revision 1.317 2003/01/01 12:38:53 mattias + clean ups + Revision 1.316 2003/01/01 10:46:59 mattias fixes for win32 listbox/combobox from Karl Brandt