mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +02:00
LazReport: Remove a useless FillChar which had its parameters in wrong order. Issue #40402.
This commit is contained in:
parent
cc4760393b
commit
f208601bc7
@ -8114,11 +8114,8 @@ end;
|
||||
constructor TfrPage.Create(AOwnerPage: TfrPage);
|
||||
begin
|
||||
inherited Create(AOwnerPage);
|
||||
FillChar(Bands, 0, SizeOf(Bands));
|
||||
|
||||
fMargins:=TfrRect.Create;
|
||||
BaseName:='Page';
|
||||
|
||||
List := TFpList.Create;
|
||||
Objects := TFpList.Create;
|
||||
RTObjects := TFpList.Create;
|
||||
|
Loading…
Reference in New Issue
Block a user