diff options
| author | nyamatongwe <unknown> | 2003-08-14 13:14:06 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2003-08-14 13:14:06 +0000 | 
| commit | a9e390b60095c37b1e863931faeeddf165ac23c7 (patch) | |
| tree | 696ccd2b717040108765cd294f0bd4aa7f9e8e23 /src | |
| parent | 00595eed97c4019e68863815fbfe21348624eed4 (diff) | |
| download | scintilla-mirror-a9e390b60095c37b1e863931faeeddf165ac23c7.tar.gz | |
Added BOX indicator.
Diffstat (limited to 'src')
| -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 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;  			} | 
