mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:20:34 +02:00
IDE: Remove explicit update of Messages window from TMainIDE.StartIDE. It deserves no special treatment layout-wise.
git-svn-id: trunk@51105 -
This commit is contained in:
parent
d5272145dd
commit
476bc7e244
@ -1586,7 +1586,6 @@ begin
|
||||
Application.Terminate;
|
||||
exit;
|
||||
end;
|
||||
DoShowMessagesView(false); // reopen extra windows
|
||||
fUserInputSinceLastIdle:=true; // Idle work gets done initially before user action.
|
||||
MainIDEBar.ApplicationIsActivate:=true;
|
||||
IDECommandList.AddCustomUpdateEvent(@UpdateMainIDECommands);
|
||||
|
Loading…
Reference in New Issue
Block a user