diff options
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r-- | src/Editor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index a1a48a08b..9107102ff 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -2177,7 +2177,7 @@ void Editor::DrawIndicators(Surface *surface, ViewStyle &vsDraw, int line, int x for (Decoration *deco = pdoc->decorations.root; deco; deco = deco->next) { if (under == vsDraw.indicators[deco->indicator].under) { - int startPos = posLineStart + subLineStart; + int startPos = posLineStart + lineStart; if (!deco->rs.ValueAt(startPos)) { startPos = deco->rs.EndRun(startPos); } |