mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 22:59:15 +02:00
IDE: formatting
git-svn-id: trunk@38917 -
This commit is contained in:
parent
e7c4459955
commit
d121635fa3
@ -2496,10 +2496,8 @@ procedure TUnitInfo.SetModified(const AValue: boolean);
|
|||||||
begin
|
begin
|
||||||
if Modified=AValue then exit;
|
if Modified=AValue then exit;
|
||||||
fModified:=AValue;
|
fModified:=AValue;
|
||||||
if not fModified then begin
|
if (not fModified) and Assigned(Source) then
|
||||||
if Source<>nil then
|
fSourceChangeStep:=Source.ChangeStep;
|
||||||
fSourceChangeStep:=Source.ChangeStep;
|
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TUnitInfo.SetProject(const AValue: TProject);
|
procedure TUnitInfo.SetProject(const AValue: TProject);
|
||||||
|
Loading…
Reference in New Issue
Block a user