From 4344b349b72d7fcd44f55c27818a1e7545002a6c Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 21 Jun 2010 23:01:50 +0000 Subject: [PATCH] IDE: do not focus messages view git-svn-id: trunk@26246 - --- ide/main.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ide/main.pp b/ide/main.pp index 8959133f97..8ad676bf05 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -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];