Merged revision(s) 59982 #0149572394 from trunk:

TurboPower_iPro: Fix line spacing of <br> tag. Issue #34803.
........

git-svn-id: branches/fixes_2_0@59994 -
This commit is contained in:
maxim 2019-01-04 14:18:19 +00:00
parent 8a30c92347
commit 91586cddc0

View File

@ -10151,15 +10151,19 @@ var
h: Integer;
elem: PIpHtmlElement;
begin
h := 0;
(* // wp: is there any reason why h should be > 0 for other node types?
if (ParentNode is TIpHtmlNodeP) or
(ParentNode is TIpHtmlNodeDIV) or
(ParentNode is TIpHtmlNodeLI) or
// (ParentNode is TIpHtmlNodePRE) or
(ParentNode is TIpHtmlNodeHeader)
(ParentNode is TIpHtmlNodeHeader) or
(ParentNode is TIpHtmlNodeBody)
then
h := 0
else
h := Props.FontSize;
*)
case Clear of
hbcNone :