diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Editor.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Editor.cxx b/src/Editor.cxx index f792d160f..bc5e80cc9 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3044,7 +3044,7 @@ void Editor::DrawLine(Surface *surface, ViewStyle &vsDraw, int line, int lineVis  	}  	// Draw any translucent whole line states -	rcSegment.left = xStart; +	rcSegment.left = 0;  	rcSegment.right = rcLine.right - 1;  	if (caret.active && vsDraw.showCaretLineBackground && ll->containsCaret) {  		SimpleAlphaRectangle(surface, rcSegment, vsDraw.caretLineBackground.allocated, vsDraw.caretLineAlpha); | 
