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:
juha 2016-01-01 10:08:58 +00:00
parent d5272145dd
commit 476bc7e244

View File

@ -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);