mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 16:41:23 +02:00
IDE/Help: Call CreateOftenUsedForms after assigning IDE handlers
This commit is contained in:
parent
1bb846c171
commit
ece10813a8
@ -144,7 +144,6 @@ begin
|
||||
TMainIDE.Create(Application);
|
||||
if not Application.Terminated then
|
||||
begin
|
||||
MainIDE.CreateOftenUsedForms;
|
||||
try
|
||||
MainIDE.StartIDE;
|
||||
except
|
||||
|
@ -1702,6 +1702,8 @@ begin
|
||||
Screen.AddHandlerActiveControlChanged(@HandleScreenChangedControl);
|
||||
IDEComponentPalette.OnClassSelected := @ComponentPaletteClassSelected;
|
||||
IDEWindowCreators.AddLayoutChangedHandler(@LayoutChangeHandler);
|
||||
|
||||
CreateOftenUsedForms;
|
||||
SetupIDEWindowsLayout;
|
||||
RestoreIDEWindows;
|
||||
MainIDEBar.SetupHints;
|
||||
|
Loading…
Reference in New Issue
Block a user