mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-16 21:19:19 +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);
|
TMainIDE.Create(Application);
|
||||||
if not Application.Terminated then
|
if not Application.Terminated then
|
||||||
begin
|
begin
|
||||||
MainIDE.CreateOftenUsedForms;
|
|
||||||
try
|
try
|
||||||
MainIDE.StartIDE;
|
MainIDE.StartIDE;
|
||||||
except
|
except
|
||||||
|
@ -1702,6 +1702,8 @@ begin
|
|||||||
Screen.AddHandlerActiveControlChanged(@HandleScreenChangedControl);
|
Screen.AddHandlerActiveControlChanged(@HandleScreenChangedControl);
|
||||||
IDEComponentPalette.OnClassSelected := @ComponentPaletteClassSelected;
|
IDEComponentPalette.OnClassSelected := @ComponentPaletteClassSelected;
|
||||||
IDEWindowCreators.AddLayoutChangedHandler(@LayoutChangeHandler);
|
IDEWindowCreators.AddLayoutChangedHandler(@LayoutChangeHandler);
|
||||||
|
|
||||||
|
CreateOftenUsedForms;
|
||||||
SetupIDEWindowsLayout;
|
SetupIDEWindowsLayout;
|
||||||
RestoreIDEWindows;
|
RestoreIDEWindows;
|
||||||
MainIDEBar.SetupHints;
|
MainIDEBar.SetupHints;
|
||||||
|
Loading…
Reference in New Issue
Block a user