mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 17:29:07 +02:00
synedit: fixed row in TSynEditMarkupGutterMark.PrepareMarkupForRow
git-svn-id: trunk@42206 -
This commit is contained in:
parent
24dd7801d7
commit
996bcacba9
@ -121,7 +121,7 @@ begin
|
||||
Section^.Priority := Markup.Priority;
|
||||
|
||||
if s='' then
|
||||
s := Lines[ARow];
|
||||
s := Lines[ARow-1];
|
||||
if s='' then break;
|
||||
|
||||
x := FWordBreaker.PrevBoundary(s, Markup.Column, True);
|
||||
|
Loading…
Reference in New Issue
Block a user