mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 00:40: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);
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user