diff options
Diffstat (limited to 'src/LineMarker.cxx')
| -rw-r--r-- | src/LineMarker.cxx | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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; | 
