turbopoweripro: fix NOBR tag handling in IProHtml, from Anton, bug #24755

git-svn-id: trunk@42117 -
This commit is contained in:
mattias 2013-07-17 17:41:21 +00:00
parent a134f0af35
commit c8b8e6cd61

View File

@ -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;