aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 86954c9f5..8544ee756 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -2237,7 +2237,7 @@ void Editor::DrawLine(Surface *surface, ViewStyle &vsDraw, int line, int lineVis
rcLine.top + vsDraw.maxAscent,
ll->positions[endIndicator + 1] + xStart - subLineStart,
rcLine.top + vsDraw.maxAscent + 3);
- vsDraw.indicators[indicnum].Draw(surface, rcIndic);
+ vsDraw.indicators[indicnum].Draw(surface, rcIndic, rcLine);
}
mask = mask << 1;
}