mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 07:56:07 +02:00
IDE: only make message window visible, if compilation is successful, fixes regression on issue #9045
git-svn-id: trunk@15211 -
This commit is contained in:
parent
ab92d735ee
commit
f5ba78f056
@ -9216,8 +9216,8 @@ begin
|
|||||||
DoCheckFilesOnDisk;
|
DoCheckFilesOnDisk;
|
||||||
|
|
||||||
MessagesView.EndBlock;
|
MessagesView.EndBlock;
|
||||||
MessagesView.EnsureVisible;
|
|
||||||
end;
|
end;
|
||||||
|
MessagesView.EnsureVisible;
|
||||||
Result:=mrOk;
|
Result:=mrOk;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user