From 3e08cdd477397df9fd3149e8aea02734427807ba Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 2 Mar 2026 19:27:58 +1100 Subject: Restore background when EOL annotation with curved or angled sides drawn. Bug added in 5.5.9. --- src/EditView.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/EditView.cxx') 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); } -- cgit v1.2.3