mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 05:40:24 +02:00
IDE: Restore package registration in unit FormEditor. Issue #37973.
git-svn-id: trunk@64060 -
This commit is contained in:
parent
daa1794176
commit
02746b9c40
@ -34,9 +34,11 @@ uses
|
||||
Classes, SysUtils,
|
||||
// LCL
|
||||
LCLProc, Controls, Forms,
|
||||
RegisterLCL, // register IDE base packages
|
||||
RegisterLCL, // register LCLBase
|
||||
// IDE
|
||||
ObjectInspector, Designer, IDECommands, FormEditingIntf, CustomFormEditor;
|
||||
ObjectInspector, Designer, IDECommands, FormEditingIntf, CustomFormEditor,
|
||||
// register IDE base packages
|
||||
LazarusPackageIntf, PkgRegisterBase, allsynedit, LazControls;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user