mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 07:19:22 +02:00
turbopoweripro: fix NOBR tag handling in IProHtml, from Anton, bug #24755
git-svn-id: trunk@42117 -
This commit is contained in:
parent
a134f0af35
commit
c8b8e6cd61
@ -10432,6 +10432,7 @@ var
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
NoBr := NoBreak;
|
||||||
end;
|
end;
|
||||||
CurProps := CurElement.Props;
|
CurProps := CurElement.Props;
|
||||||
end;
|
end;
|
||||||
@ -11413,6 +11414,7 @@ begin
|
|||||||
CurHeight := tmHeight;
|
CurHeight := tmHeight;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
CanBreak := CanBreak and not CurProps.NoBreak;
|
||||||
if (Size.cx <= W) then begin {!!.10}
|
if (Size.cx <= W) then begin {!!.10}
|
||||||
if CanBreak then
|
if CanBreak then
|
||||||
LastBreakPoint := i;
|
LastBreakPoint := i;
|
||||||
|
Loading…
Reference in New Issue
Block a user