From 367f3b238791e826e07051743153869e648b0c86 Mon Sep 17 00:00:00 2001 From: lazarus Date: Sat, 9 Feb 2002 01:47:45 +0000 Subject: [PATCH] MG: gradient fill, minor issues from Andrew git-svn-id: trunk@1060 - --- lcl/interfaces/gtk/gtkint.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lcl/interfaces/gtk/gtkint.pp b/lcl/interfaces/gtk/gtkint.pp index 866652e772..01e8070b75 100644 --- a/lcl/interfaces/gtk/gtkint.pp +++ b/lcl/interfaces/gtk/gtkint.pp @@ -174,7 +174,7 @@ implementation uses Graphics, Buttons, Menus, GTKWinApiWindow, StdCtrls, ComCtrls, CListBox, KeyMap, Calendar, Arrow, Spin, CommCtrl, ExtCtrls, Dialogs, FileCtrl, - LResources; + LResources, Math; {$I gtklistsl.inc} @@ -488,6 +488,9 @@ end. { ============================================================================= $Log$ + Revision 1.73 2002/09/12 05:56:16 lazarus + MG: gradient fill, minor issues from Andrew + Revision 1.72 2002/09/10 06:49:20 lazarus MG: scrollingwincontrol from Andrew