mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 16:50:27 +02:00
Debugger, ignore exceptions - Don't modify session, unless changed
git-svn-id: trunk@34733 -
This commit is contained in:
parent
039f1908af
commit
1d2762eec2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user