mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 10:14:03 +02:00
fixed auto showing message window on start
git-svn-id: trunk@9842 -
This commit is contained in:
parent
b47221ff92
commit
3fb5913117
@ -1108,12 +1108,13 @@ begin
|
||||
Application.AddOnKeyDownHandler(@OnApplicationKeyDown);
|
||||
Screen.AddHandlerRemoveForm(@OnScreenRemoveForm);
|
||||
SetupHints;
|
||||
|
||||
|
||||
// Now load a project
|
||||
SetupStartProject;
|
||||
|
||||
// reopen extra windows
|
||||
ReOpenIDEWindows;
|
||||
DoShowMessagesView;
|
||||
end;
|
||||
|
||||
destructor TMainIDE.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user