Debugger, ignore exceptions - Don't modify session, unless changed

git-svn-id: trunk@34733 -
This commit is contained in:
martin 2012-01-14 14:59:18 +00:00
parent 039f1908af
commit 1d2762eec2

View File

@ -294,8 +294,10 @@ type
procedure TProjectExceptions.SetIgnoreAll(const AValue: Boolean);
begin
// Todo: move to Chamged or Update, but they are called to often...
if (IgnoreAll <> AValue) and (Project1 <> nil) then
Project1.Modified := True;
inherited SetIgnoreAll(AValue);
Project1.Modified := True;
end;
procedure TProjectExceptions.Notify(Item: TCollectionItem; Action: TCollectionNotification);