fix, project-related messages not cleared anymore before compiling

This commit is contained in:
Basile Burg 2015-09-06 03:59:59 +02:00
parent e9aefad611
commit 347b23caf4
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -687,7 +687,7 @@ begin
exit;
end;
//
msgs.clearByData(Self);
msgs.clearByData(self as ICECommonProject);
subjProjCompiling(fProjectSubject, Self);
//
if not runPrePostProcess(config.preBuildProcess) then