diff options
Diffstat (limited to 'src/EditView.cxx')
| -rw-r--r-- | src/EditView.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/EditView.cxx b/src/EditView.cxx index bec07fe95..a1b0d61ab 100644 --- a/src/EditView.cxx +++ b/src/EditView.cxx @@ -1286,6 +1286,7 @@ void EditView::DrawEOLAnnotationText(Surface *surface, const EditModel &model, c // it may be double drawing. This is to allow stadiums with // curved or angled ends to have the area outside in the correct // background colour. + surface->FillRectangleAligned(rcSegment, Fill(textBack)); FillLineRemainder(surface, model, vsDraw, ll, line, rcLine, rcSegment.right, subLine); } |
