mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 13:19:30 +02:00
IDE: make sure DoBuildLazarus returns always the same value as before.
git-svn-id: trunk@28001 -
This commit is contained in:
parent
e649eda3f8
commit
f85cea3158
@ -11545,7 +11545,9 @@ begin
|
||||
begin
|
||||
CompileProgress.Close;
|
||||
mnuRestartClicked(nil);
|
||||
end;
|
||||
end
|
||||
else if Result=mrIgnore then
|
||||
Result:=mrOK;
|
||||
end;
|
||||
|
||||
function TMainIDE.DoBuildFile: TModalResult;
|
||||
|
Loading…
Reference in New Issue
Block a user