mirror of https://gitlab.com/basile.b/dexed.git
fix #76, compile project... (and run with arg) is broken
This commit is contained in:
parent
3b6c080bf2
commit
1fb1c8db47
|
@ -2477,7 +2477,11 @@ end;
|
|||
|
||||
procedure TCEMainForm.actProjCompAndRunWithArgsExecute(Sender: TObject);
|
||||
begin
|
||||
fRunProjAfterCompile := true;
|
||||
fRunProjAfterCompArg := true;
|
||||
if fAppliOpts.autoSaveProjectFiles then
|
||||
saveModifiedProjectFiles(fProject);
|
||||
fProject.compile;
|
||||
end;
|
||||
|
||||
procedure TCEMainForm.actProjRunExecute(Sender: TObject);
|
||||
|
|
Loading…
Reference in New Issue