mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 01:19:24 +02:00
LCL-fpgui: Fix compilation error due to Graph unit in uses clause. Issue #35478, patch from Graeme.
git-svn-id: trunk@61119 -
This commit is contained in:
parent
ddb8114238
commit
ca0b21719c
@ -27,7 +27,7 @@ uses
|
|||||||
Classes, Types, SysUtils, Math,
|
Classes, Types, SysUtils, Math,
|
||||||
// LCL
|
// LCL
|
||||||
LCLPlatformDef, InterfaceBase, LCLProc, LCLType, LMessages,
|
LCLPlatformDef, InterfaceBase, LCLProc, LCLType, LMessages,
|
||||||
Controls, ExtCtrls, Forms, Dialogs, StdCtrls, Comctrls, LCLIntf, GraphType, Graph, Themes,
|
Controls, ExtCtrls, Forms, Dialogs, StdCtrls, Comctrls, LCLIntf, GraphType, Themes,
|
||||||
// Bindings
|
// Bindings
|
||||||
fpg_main, fpg_form, fpguiproc, fpg_base, fpg_dialogs,// fpg_stylemanager, fpg_style_win8,
|
fpg_main, fpg_form, fpguiproc, fpg_base, fpg_dialogs,// fpg_stylemanager, fpg_style_win8,
|
||||||
// Widgetset
|
// Widgetset
|
||||||
@ -92,7 +92,7 @@ var
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
FpGuiWSFactory,
|
FpGuiWSFactory,
|
||||||
// todo: remove unneeded here and move RegisterWSXXX to FpGuiWSFactory unit
|
// todo: remove unneeded here and move RegisterWSXXX to FpGuiWSFactory unit
|
||||||
FpGuiWSButtons,
|
FpGuiWSButtons,
|
||||||
|
Loading…
Reference in New Issue
Block a user