diff options
-rw-r--r-- | src/EditView.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.cxx b/src/EditView.cxx index 372821080..fd9f43774 100644 --- a/src/EditView.cxx +++ b/src/EditView.cxx @@ -1106,7 +1106,7 @@ void EditView::DrawFoldDisplayText(Surface *surface, const EditModel &model, con } } - if ((phasesDraw != phasesOne) && (phase & drawBack)) { + if (phase & drawBack) { surface->FillRectangle(rcSegment, textBack); // Fill Remainder of the line |