From dd40a0f302d278f1cb5bf5a35ccb4421c1923f13 Mon Sep 17 00:00:00 2001 From: lazarus Date: Sat, 9 Feb 2002 01:48:08 +0000 Subject: [PATCH] MG: fixed Menu.Free and gdkwindow=nil bug git-svn-id: trunk@1224 - --- lcl/interfacebase.pp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lcl/interfacebase.pp b/lcl/interfacebase.pp index ab993a3c75..3051ee3674 100644 --- a/lcl/interfacebase.pp +++ b/lcl/interfacebase.pp @@ -43,7 +43,7 @@ interface {$endif} uses - SysUtils, LCLLinux, LCLType, VCLGlobals, Classes, Controls, LMessages, + SysUtils, LCLLinux, LCLType, VCLGlobals, Classes, LMessages, Controls, GraphType, GraphicsMath; type @@ -81,7 +81,8 @@ type implementation -Uses StdCtrls; +Uses + StdCtrls; {$I interfacebase.inc} @@ -94,6 +95,9 @@ end. { $Log$ + Revision 1.13 2002/09/19 16:45:54 lazarus + MG: fixed Menu.Free and gdkwindow=nil bug + Revision 1.12 2002/08/19 20:34:47 lazarus MG: improved Clipping, TextOut, Polygon functions