mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-24 01:05:59 +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;
|
||||
|
||||
MessagesView.EndBlock;
|
||||
MessagesView.EnsureVisible;
|
||||
end;
|
||||
MessagesView.EnsureVisible;
|
||||
Result:=mrOk;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user