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:
mattias 2020-07-26 08:49:59 +00:00
parent 4f228a7831
commit 79ccae0012
2 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,7 @@ uses
ExtCtrls, StdCtrls, Dialogs,
// LazControls
TreeFilterEdit,
LazControlDsgn, // move this to lazarus.lpr
// IdeIntf
IDEWindowIntf, IDEOptionsIntf, IDEOptEditorIntf, IDECommands, IDEHelpIntf,
ProjectIntf, IDEImagesIntf,

View File

@ -62,7 +62,6 @@ uses
Splash,
Main,
AboutFrm,
LazControlDsgn,
// use the custom IDE static packages AFTER 'main'
{$IFDEF AddStaticPkgs}
{$I staticpackages.inc}