mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 18:58:12 +02:00
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:
parent
8a30c92347
commit
91586cddc0
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user