mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 05:41:16 +02:00
TurboPower_IPro: fixed messed html renderer when wraps to new lines.Patch by Zilvinas Ledas. issue #20562
git-svn-id: trunk@33123 -
This commit is contained in:
parent
d16d5e3a9b
commit
566f7cd880
@ -11443,14 +11443,13 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
if SoftBreak and (LastBreakPoint > 0) then
|
||||
if SoftBreak and (LastBreakPoint > 0) then begin
|
||||
LastWord := LastBreakPoint;
|
||||
i := LastBreakPoint + 1;
|
||||
end;
|
||||
|
||||
OutputLine;
|
||||
|
||||
{if SoftBreak and (LastBreakPoint > 0) then} {!!}
|
||||
{i := LastBreakPoint + 1;} {!!}
|
||||
|
||||
if TempCenter then begin
|
||||
Al := SaveAl;
|
||||
TempCenter := False;
|
||||
|
Loading…
Reference in New Issue
Block a user