mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 18:36:25 +02:00
SynEdit: Small fix to SelectionMarkup (frame-pos-info)
git-svn-id: trunk@25469 -
This commit is contained in:
parent
8f220d96bc
commit
bef3e48a05
@ -130,7 +130,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
MarkupInfo.StartX := nSelStart;
|
||||
MarkupInfo.EndX := nSelEnd;
|
||||
MarkupInfo.EndX := nSelEnd-1;
|
||||
end;
|
||||
|
||||
function TSynEditMarkupSelection.GetMarkupAttributeAtRowCol(const aRow, aCol : Integer) : TSynSelectedColor;
|
||||
|
Loading…
Reference in New Issue
Block a user