mirror of https://gitlab.com/basile.b/dexed.git
fix, project-related messages not cleared anymore before compiling
This commit is contained in:
parent
e9aefad611
commit
347b23caf4
|
|
@ -186,7 +186,7 @@ var
|
|||
begin
|
||||
result := false;
|
||||
msgs := getMessageDisplay;
|
||||
msgs.clearByData(Self);
|
||||
msgs.clearByData(Self as ICECommonProject);
|
||||
prjname := shortenPath(fFilename);
|
||||
dubproc := TProcess.Create(nil);
|
||||
getDir(0, olddir);
|
||||
|
|
|
|||
|
|
@ -687,7 +687,7 @@ begin
|
|||
exit;
|
||||
end;
|
||||
//
|
||||
msgs.clearByData(Self);
|
||||
msgs.clearByData(self as ICECommonProject);
|
||||
subjProjCompiling(fProjectSubject, Self);
|
||||
//
|
||||
if not runPrePostProcess(config.preBuildProcess) then
|
||||
|
|
|
|||
Loading…
Reference in New Issue