From c8b8e6cd61c980b45e87511f89dac20540c69233 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 17 Jul 2013 17:41:21 +0000 Subject: [PATCH] turbopoweripro: fix NOBR tag handling in IProHtml, from Anton, bug #24755 git-svn-id: trunk@42117 - --- components/turbopower_ipro/iphtml.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/turbopower_ipro/iphtml.pas b/components/turbopower_ipro/iphtml.pas index 00e453b3eb..08897cb33f 100644 --- a/components/turbopower_ipro/iphtml.pas +++ b/components/turbopower_ipro/iphtml.pas @@ -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;