aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/EditView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.cxx b/src/EditView.cxx
index 4ae9aecc9..bef27fd3e 100644
--- a/src/EditView.cxx
+++ b/src/EditView.cxx
@@ -1391,7 +1391,7 @@ void EditView::DrawEOLAnnotationText(Surface *surface, const EditModel &model, c
}
// Draw any box or stadium shape
- if (FlagSet(phase, DrawPhase::indicatorsFore)) {
+ if (FlagSet(phase, DrawPhase::indicatorsBack)) {
if (vsDraw.eolAnnotationVisible >= EOLANNOTATION_BOXED) {
PRectangle rcBox = rcSegment;
rcBox.left = std::round(rcSegment.left);