fpvectorial: Fixes html border

git-svn-id: trunk@49012 -
This commit is contained in:
sekelsenmat 2015-05-13 13:31:19 +00:00
parent 70131377f6
commit 2b4a629e7b

View File

@ -350,6 +350,7 @@ begin
begin
lBorderNr := StrToInt(lAttrValue);
SetBorderLineType(tbtSingle);
CurTable.Borders.Left.Width := lBorderNr;
CurTable.Borders.Right.Width := lBorderNr;
CurTable.Borders.Top.Width := lBorderNr;