IDE/Help: Call CreateOftenUsedForms after assigning IDE handlers

This commit is contained in:
n7800 2025-06-22 15:55:14 +05:00 committed by Maxim Ganetsky
parent 1bb846c171
commit ece10813a8
2 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,6 @@ begin
TMainIDE.Create(Application);
if not Application.Terminated then
begin
MainIDE.CreateOftenUsedForms;
try
MainIDE.StartIDE;
except

View File

@ -1702,6 +1702,8 @@ begin
Screen.AddHandlerActiveControlChanged(@HandleScreenChangedControl);
IDEComponentPalette.OnClassSelected := @ComponentPaletteClassSelected;
IDEWindowCreators.AddLayoutChangedHandler(@LayoutChangeHandler);
CreateOftenUsedForms;
SetupIDEWindowsLayout;
RestoreIDEWindows;
MainIDEBar.SetupHints;