mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 07:59:32 +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 (LogCol = Length(FCurLine)) then begin
|
||||||
if IsSpecial(LogCol) then
|
if IsSpecial(LogCol) then
|
||||||
Result := LogicalToPhysicalPos(Point(Length(FCurLine)+1, aRow)).x;
|
Result := LogicalToPhysicalPos(Point(Length(FCurLine)+1, aRow)).x;
|
||||||
|
FCurEnd := Result;
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user