mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 05:56:02 +02:00
added Math to uses. new updown arrow code uses max
git-svn-id: trunk@3896 -
This commit is contained in:
parent
c543c7774f
commit
00bec42698
@ -40,7 +40,7 @@ interface
|
||||
uses
|
||||
SysUtils, Classes, Controls, Forms, LclLinux, LCLType, LCLProc, StdCtrls,
|
||||
ExtCtrls, vclGlobals, lMessages, Menus, ImgList, GraphType, Graphics, ToolWin,
|
||||
CommCtrl, Buttons;
|
||||
CommCtrl, Buttons, Math;
|
||||
|
||||
type
|
||||
TStatusPanelStyle = (psText, psOwnerDraw);
|
||||
@ -1724,6 +1724,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.65 2003/03/06 17:15:39 ajgenius
|
||||
added Math to uses. new updown arrow code uses max
|
||||
|
||||
Revision 1.64 2003/02/24 19:00:42 mattias
|
||||
added TlistView.SubItem improvements from Olivier Guilbaud
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user