diff options
-rw-r--r-- | src/EditView.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/EditView.cxx b/src/EditView.cxx index b9264ab34..6463e1d66 100644 --- a/src/EditView.cxx +++ b/src/EditView.cxx @@ -1849,6 +1849,8 @@ void EditView::DrawLine(Surface *surface, const EditModel &model, const ViewStyl if ((phasesDraw != phasesOne) && (phase & drawBack)) { DrawBackground(surface, model, vsDraw, ll, rcLine, lineRange, posLineStart, xStart, subLine, background); + DrawFoldDisplayText(surface, model, vsDraw, ll, line, xStart, rcLine, subLine, subLineStart, drawBack); + phase = static_cast<DrawPhase>(phase & ~drawBack); DrawEOL(surface, model, vsDraw, ll, rcLine, line, lineRange.end, xStart, subLine, subLineStart, background); } |