mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:19:19 +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;
|
||||
NoBr := NoBreak;
|
||||
end;
|
||||
CurProps := CurElement.Props;
|
||||
end;
|
||||
@ -11413,6 +11414,7 @@ begin
|
||||
CurHeight := tmHeight;
|
||||
end;
|
||||
end;
|
||||
CanBreak := CanBreak and not CurProps.NoBreak;
|
||||
if (Size.cx <= W) then begin {!!.10}
|
||||
if CanBreak then
|
||||
LastBreakPoint := i;
|
||||
|
Loading…
Reference in New Issue
Block a user