mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 16:56:03 +02:00
SynEdit: WrappedView, clean-up
git-svn-id: trunk@63395 -
This commit is contained in:
parent
a0a873d62c
commit
cefa058362
@ -1501,7 +1501,6 @@ begin
|
|||||||
inc(PhysWidthPtr);
|
inc(PhysWidthPtr);
|
||||||
inc(Result);
|
inc(Result);
|
||||||
dec(AMaxWidth, CurCharPhysWidth);
|
dec(AMaxWidth, CurCharPhysWidth);
|
||||||
CurCharPhysWidth := PhysWidthPtr^ and PCWMask;
|
|
||||||
end
|
end
|
||||||
else begin
|
else begin
|
||||||
ALine := nil; // break outer loop
|
ALine := nil; // break outer loop
|
||||||
@ -1539,7 +1538,6 @@ begin
|
|||||||
inc(PhysWidthPtr);
|
inc(PhysWidthPtr);
|
||||||
inc(Result);
|
inc(Result);
|
||||||
dec(AMaxWidth, CurCharPhysWidth);
|
dec(AMaxWidth, CurCharPhysWidth);
|
||||||
CurCharPhysWidth := PhysWidthPtr^ and PCWMask;
|
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user