From 02746b9c407addbb88afcec6ea4f2930454c2b14 Mon Sep 17 00:00:00 2001 From: juha Date: Fri, 23 Oct 2020 18:05:22 +0000 Subject: [PATCH] IDE: Restore package registration in unit FormEditor. Issue #37973. git-svn-id: trunk@64060 - --- ide/formeditor.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ide/formeditor.pp b/ide/formeditor.pp index 7932deaa80..c40c029982 100644 --- a/ide/formeditor.pp +++ b/ide/formeditor.pp @@ -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