mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 22:00:10 +02:00
SynEdit, small optimization in double width char handling
git-svn-id: trunk@25926 -
This commit is contained in:
parent
72131e1b79
commit
6e4ce19314
@ -63,8 +63,9 @@ begin
|
||||
for i := 0 to LineLen - 1 do begin
|
||||
inc(Line);
|
||||
inc(PWidths);
|
||||
if Line^ < #$e1 then continue;
|
||||
if PWidths^ = 0 then continue;
|
||||
case Line[0] of
|
||||
case Line^ of
|
||||
#$e1:
|
||||
case Line[1] of
|
||||
#$84:
|
||||
|
Loading…
Reference in New Issue
Block a user