From 600468ec99bf587b81c6bf7da949e27cc76a9b33 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 27 Apr 2011 12:44:42 +1000 Subject: Fold marker fixes for wrapped lines. Bug #3291579. From Marko Njezic. --- src/LineMarker.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/LineMarker.cxx') diff --git a/src/LineMarker.cxx b/src/LineMarker.cxx index 747c5ff12..b97c9fd5a 100644 --- a/src/LineMarker.cxx +++ b/src/LineMarker.cxx @@ -77,6 +77,8 @@ void LineMarker::Draw(Surface *surface, PRectangle &rcWhole, Font &fontForCharac case LineMarker::head : head = backSelected; tail = backSelected; + if (markType == SC_MARK_VLINE) + body = backSelected; break; case LineMarker::body : head = backSelected; -- cgit v1.2.3