mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 06:52:35 +02:00
IDE: closing the Run Parameters Dialog with OK sets the modified flag of the project (bug #7692)
git-svn-id: trunk@10374 -
This commit is contained in:
parent
bd34c39c73
commit
44f00697d3
@ -3276,7 +3276,8 @@ end;
|
||||
|
||||
procedure TMainIDE.mnuRunParametersClicked(Sender: TObject);
|
||||
begin
|
||||
ShowRunParamsOptsDlg(Project1.RunParameterOptions);
|
||||
if ShowRunParamsOptsDlg(Project1.RunParameterOptions)=mrOK then
|
||||
Project1.Modified:=true;
|
||||
end;
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user