From feaab0867375bb9ef30bf7b3241ed34eb4b29f5e Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Wed, 16 Mar 2016 11:28:29 +0000 Subject: [PATCH] fpvectorial: Reverts fix for multiline text git-svn-id: trunk@51961 - --- components/fpvectorial/fpvectorial.pas | 1 + 1 file changed, 1 insertion(+) 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