mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 09:29:35 +02:00
SynEdit: Fix special char highlight, if line is a single space.
git-svn-id: trunk@33154 -
This commit is contained in:
parent
e225121fbe
commit
d2b00f076f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user