mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 12:19:14 +02:00
IDE: Do not clear messages before showing "Clean up and build project" dialog. Issue #41047, patch by n7800.
This commit is contained in:
parent
3ffc1f862f
commit
2fea4c39a2
@ -4644,8 +4644,7 @@ end;
|
||||
|
||||
procedure TMainIDE.mnuCleanUpAndBuildProjectClicked(Sender: TObject);
|
||||
begin
|
||||
if PrepareForCompileWithMsg<>mrOk then exit;
|
||||
if ShowBuildProjectDialog(Project1)<>mrOk then exit;
|
||||
if ShowBuildProjectDialog(Project1) = mrOk then
|
||||
DoBuildProject(crBuild, []);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user