fpvectorial: Fix crash in GuessDocumentSize

This commit is contained in:
wp_xyz 2023-01-17 14:09:31 +01:00
parent 0f3f2a8575
commit bfc81e3972

View File

@ -10432,6 +10432,7 @@ begin
begin
lEntity := CurPage.GetEntity(I);
TvEntity.InitializeRenderInfo(lRenderInfo, nil);
lRenderInfo.Page := CurPage;
lEntity.ExpandBoundingBox(lRenderInfo, lLeft, lTop, lRight, lBottom);
end;
end;