SynEdit: Fix special char highlight, if line is a single space.

git-svn-id: trunk@33154 -
This commit is contained in:
martin 2011-10-29 20:02:23 +00:00
parent e225121fbe
commit d2b00f076f

View File

@ -129,6 +129,7 @@ begin
if (LogCol = Length(FCurLine)) then begin
if IsSpecial(LogCol) then
Result := LogicalToPhysicalPos(Point(Length(FCurLine)+1, aRow)).x;
FCurEnd := Result;
exit;
end;