mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-30 22:01:27 +01: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;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if SoftBreak and (LastBreakPoint > 0) then
|
if SoftBreak and (LastBreakPoint > 0) then begin
|
||||||
LastWord := LastBreakPoint;
|
LastWord := LastBreakPoint;
|
||||||
|
i := LastBreakPoint + 1;
|
||||||
|
end;
|
||||||
|
|
||||||
OutputLine;
|
OutputLine;
|
||||||
|
|
||||||
{if SoftBreak and (LastBreakPoint > 0) then} {!!}
|
|
||||||
{i := LastBreakPoint + 1;} {!!}
|
|
||||||
|
|
||||||
if TempCenter then begin
|
if TempCenter then begin
|
||||||
Al := SaveAl;
|
Al := SaveAl;
|
||||||
TempCenter := False;
|
TempCenter := False;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user