diff options
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;  			} | 
