IDE: do not focus messages view

git-svn-id: trunk@26246 -
This commit is contained in:
mattias 2010-06-21 23:01:50 +00:00
parent 5b07f80b00
commit 4344b349b7

View File

@ -1385,7 +1385,7 @@ begin
SetupStartProject;
// reopen extra windows
DoShowMessagesView;
DoShowMessagesView(false);
{$IFDEF IDE_MEM_CHECK}CheckHeapWrtMemCnt('TMainIDE.StartIDE END');{$ENDIF}
end;
@ -12719,7 +12719,7 @@ var
SrcNoteBook: TSourceNotebook;
Layout: TSimpleWindowLayout;
begin
DoShowMessagesView;
DoShowMessagesView(PutOnTop);
if SourceEditorManager.SourceWindowCount = 0 then exit;
SrcNoteBook := SourceEditorManager.SourceWindows[0];