mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 07:31:09 +02:00
IDE: do not focus messages view
git-svn-id: trunk@26246 -
This commit is contained in:
parent
5b07f80b00
commit
4344b349b7
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user