fpvectorial: Reverts fix for multiline text

git-svn-id: trunk@51961 -
This commit is contained in:
sekelsenmat 2016-03-16 11:28:29 +00:00
parent 3afa6fb8de
commit feaab08673

View File

@ -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