From a9e390b60095c37b1e863931faeeddf165ac23c7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 14 Aug 2003 13:14:06 +0000 Subject: Added BOX indicator. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3