diff --git a/components/fpvectorial/fpvectorial.pas b/components/fpvectorial/fpvectorial.pas index bb15604aaf..dc8162ab7a 100644 --- a/components/fpvectorial/fpvectorial.pas +++ b/components/fpvectorial/fpvectorial.pas @@ -8071,6 +8071,7 @@ begin while lEntity <> nil do begin lHeight_px := lEntity.GetEntityFeatures(ADest).DrawsUpwardHeightAdjustment_FirstLineExcluded; + lHeight_px := 0; // This breaks multiline text inside tables, but removing this breaks raster images inside table position if lEntity is TvText then begin