mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 17:39:22 +02:00
fixed gtk2 interface compilation after removal of TSize from LCLType
git-svn-id: trunk@8742 -
This commit is contained in:
parent
36e0a12c18
commit
208c657420
@ -71,7 +71,7 @@ uses
|
|||||||
LineInfo,
|
LineInfo,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
// rtl+fcl
|
// rtl+fcl
|
||||||
Types, Classes, SysUtils, FPCAdds,
|
Types, Classes, SysUtils, Math, FPCAdds,
|
||||||
// interfacebase
|
// interfacebase
|
||||||
InterfaceBase,
|
InterfaceBase,
|
||||||
// gtk
|
// gtk
|
||||||
@ -365,7 +365,7 @@ uses
|
|||||||
GtkWSStdCtrls,
|
GtkWSStdCtrls,
|
||||||
// GtkWSToolwin,
|
// GtkWSToolwin,
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
Buttons, StdCtrls, PairSplitter, Math,
|
Buttons, StdCtrls, PairSplitter,
|
||||||
GTKWinApiWindow, ComCtrls, CListBox, Calendar, Arrow, Spin, CommCtrl,
|
GTKWinApiWindow, ComCtrls, CListBox, Calendar, Arrow, Spin, CommCtrl,
|
||||||
ExtCtrls, FileCtrl, LResources, gtkglobals;
|
ExtCtrls, FileCtrl, LResources, gtkglobals;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user