mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 10:35:58 +02:00
fpvectorial: Reverts fix for multiline text
git-svn-id: trunk@51961 -
This commit is contained in:
parent
3afa6fb8de
commit
feaab08673
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user