mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 13:29:37 +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
|
||||
if Modified=AValue then exit;
|
||||
fModified:=AValue;
|
||||
if not fModified then begin
|
||||
if Source<>nil then
|
||||
fSourceChangeStep:=Source.ChangeStep;
|
||||
end;
|
||||
if (not fModified) and Assigned(Source) then
|
||||
fSourceChangeStep:=Source.ChangeStep;
|
||||
end;
|
||||
|
||||
procedure TUnitInfo.SetProject(const AValue: TProject);
|
||||
|
Loading…
Reference in New Issue
Block a user