mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:00:43 +02:00
fpvectorial: Fixes html border
git-svn-id: trunk@49012 -
This commit is contained in:
parent
70131377f6
commit
2b4a629e7b
@ -350,6 +350,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
lBorderNr := StrToInt(lAttrValue);
|
lBorderNr := StrToInt(lAttrValue);
|
||||||
|
|
||||||
|
SetBorderLineType(tbtSingle);
|
||||||
CurTable.Borders.Left.Width := lBorderNr;
|
CurTable.Borders.Left.Width := lBorderNr;
|
||||||
CurTable.Borders.Right.Width := lBorderNr;
|
CurTable.Borders.Right.Width := lBorderNr;
|
||||||
CurTable.Borders.Top.Width := lBorderNr;
|
CurTable.Borders.Top.Width := lBorderNr;
|
||||||
|
Loading…
Reference in New Issue
Block a user