ide: don't set compiler options change stamp to invalid in SetModified (fixes bug #0018045)

git-svn-id: trunk@28606 -
This commit is contained in:
paul 2010-12-03 09:30:01 +00:00
parent 7384c21172
commit 02c56dd013

View File

@ -1700,7 +1700,7 @@ procedure TBaseCompilerOptions.SetModified(const AValue: boolean);
begin
if Modified=AValue then exit;
if AValue then begin
FChangeStamp:=InvalidChangeStamp;
IncreaseChangeStamp;
if Assigned(OnModified) then
OnModified(Self);
end else begin