LazReport: Add the forgotten Objects reference in TfrPage.Clear. Issue #41306, patch by rasberryrabbit.

This commit is contained in:
Juha 2025-01-04 09:23:03 +02:00
parent 5169d4fe30
commit f762946f60

View File

@ -7585,7 +7585,7 @@ end;
procedure TfrPage.Clear;
begin
while Objects.Count > 0 do
Delete(0);
Objects.Delete(0);
end;
procedure TfrPage.Delete(Index: Integer);