mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 04:40:40 +01:00
IDE: moved using LazControlDsgn to ideoptionsdlg to allow compiling with older trunk versions, issue #37419
git-svn-id: trunk@63656 -
This commit is contained in:
parent
4f228a7831
commit
79ccae0012
@ -36,6 +36,7 @@ uses
|
||||
ExtCtrls, StdCtrls, Dialogs,
|
||||
// LazControls
|
||||
TreeFilterEdit,
|
||||
LazControlDsgn, // move this to lazarus.lpr
|
||||
// IdeIntf
|
||||
IDEWindowIntf, IDEOptionsIntf, IDEOptEditorIntf, IDECommands, IDEHelpIntf,
|
||||
ProjectIntf, IDEImagesIntf,
|
||||
|
||||
@ -62,7 +62,6 @@ uses
|
||||
Splash,
|
||||
Main,
|
||||
AboutFrm,
|
||||
LazControlDsgn,
|
||||
// use the custom IDE static packages AFTER 'main'
|
||||
{$IFDEF AddStaticPkgs}
|
||||
{$I staticpackages.inc}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user