aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-08-14 13:14:06 +0000
committernyamatongwe <devnull@localhost>2003-08-14 13:14:06 +0000
commite51513904860ee1fc0201fd535f483513a082684 (patch)
tree696ccd2b717040108765cd294f0bd4aa7f9e8e23 /src
parent8732a398743a176e87fe2ae5673e00bed09c8dcd (diff)
downloadscintilla-mirror-e51513904860ee1fc0201fd535f483513a082684.tar.gz
Added BOX indicator.
Diffstat (limited to 'src')
-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;
}