mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 06:09:48 +01: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;
|
Section^.Priority := Markup.Priority;
|
||||||
|
|
||||||
if s='' then
|
if s='' then
|
||||||
s := Lines[ARow];
|
s := Lines[ARow-1];
|
||||||
if s='' then break;
|
if s='' then break;
|
||||||
|
|
||||||
x := FWordBreaker.PrevBoundary(s, Markup.Column, True);
|
x := FWordBreaker.PrevBoundary(s, Markup.Column, True);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user