IDE: clean up

git-svn-id: trunk@35950 -
This commit is contained in:
mattias 2012-03-13 23:00:03 +00:00
parent 9f12b07c98
commit 3565bdf474

View File

@ -3861,12 +3861,12 @@ end;
procedure TProject.SetModified(const AValue: boolean); procedure TProject.SetModified(const AValue: boolean);
begin begin
{ $IFDEF VerboseTProjectSetModified} {$IFDEF VerboseTProjectSetModified}
if Modified<>AValue then begin if Modified<>AValue then begin
debugln(['TProject.SetModified ================= ',AValue]); debugln(['TProject.SetModified ================= ',AValue]);
DumpStack; DumpStack;
end; end;
{ $ENDIF} {$ENDIF}
if fDestroying then exit; if fDestroying then exit;
inherited SetModified(AValue); inherited SetModified(AValue);