diff --git a/components/turbopower_ipro/iphtml.pas b/components/turbopower_ipro/iphtml.pas index 9e52c24c34..bef7c26714 100644 --- a/components/turbopower_ipro/iphtml.pas +++ b/components/turbopower_ipro/iphtml.pas @@ -4050,8 +4050,8 @@ begin FElementQueue.Delete(i-1); end else if (prevelem.ElementType = etHardLF) then begin - prevelem.LFHeight := prevelem.LFHeight + elem.LFHeight; - FElementQueue.Delete(i); + //prevelem.LFHeight := prevelem.LFHeight + elem.LFHeight; + //FElementQueue.Delete(i); end; end; dec(i);