From 18773f35840b54b4be6225d365a1ac82b1870948 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 17 Aug 2002 23:41:03 +0000 Subject: [PATCH] custom controls now support child wincontrols git-svn-id: trunk@2165 - --- lcl/interfaces/gtk/gtkproc.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lcl/interfaces/gtk/gtkproc.inc b/lcl/interfaces/gtk/gtkproc.inc index 3fc998ba22..8d2e1000ba 100644 --- a/lcl/interfaces/gtk/gtkproc.inc +++ b/lcl/interfaces/gtk/gtkproc.inc @@ -429,7 +429,7 @@ var gdk_gc_set_fill(GC, fill); AllocFG := Foreground.Pixel = 0; If AllocFG then - gdk_colormap_alloc_color(GDK_Colormap_get_system, @Foreground,True,True); + gdk_colormap_alloc_color(GDK_Colormap_get_system,@Foreground,True,True); gdk_gc_set_foreground(GC, @foreground); Case Fill of GDK_TILED : @@ -3948,6 +3948,9 @@ end; { ============================================================================= $Log$ + Revision 1.153 2002/12/22 22:42:55 mattias + custom controls now support child wincontrols + Revision 1.152 2002/02/09 01:48:23 mattias renamed TinterfaceObject.Init to AppInit and TWinControls can now contain childs in gtk