mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 06:20:22 +02:00
IDE: clean up
git-svn-id: trunk@35950 -
This commit is contained in:
parent
9f12b07c98
commit
3565bdf474
@ -3861,12 +3861,12 @@ end;
|
||||
|
||||
procedure TProject.SetModified(const AValue: boolean);
|
||||
begin
|
||||
{ $IFDEF VerboseTProjectSetModified}
|
||||
{$IFDEF VerboseTProjectSetModified}
|
||||
if Modified<>AValue then begin
|
||||
debugln(['TProject.SetModified ================= ',AValue]);
|
||||
DumpStack;
|
||||
end;
|
||||
{ $ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
if fDestroying then exit;
|
||||
inherited SetModified(AValue);
|
||||
|
Loading…
Reference in New Issue
Block a user