mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 14:35:58 +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(Result);
|
||||
dec(AMaxWidth, CurCharPhysWidth);
|
||||
CurCharPhysWidth := PhysWidthPtr^ and PCWMask;
|
||||
end
|
||||
else begin
|
||||
ALine := nil; // break outer loop
|
||||
@ -1539,7 +1538,6 @@ begin
|
||||
inc(PhysWidthPtr);
|
||||
inc(Result);
|
||||
dec(AMaxWidth, CurCharPhysWidth);
|
||||
CurCharPhysWidth := PhysWidthPtr^ and PCWMask;
|
||||
end
|
||||
else
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user