SynEdit, small optimization in double width char handling

git-svn-id: trunk@25926 -
This commit is contained in:
martin 2010-06-05 16:19:14 +00:00
parent 72131e1b79
commit 6e4ce19314

View File

@ -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: