diff options
Diffstat (limited to 'src/EditView.cxx')
| -rw-r--r-- | src/EditView.cxx | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/EditView.cxx b/src/EditView.cxx index 23fca07af..58e6be623 100644 --- a/src/EditView.cxx +++ b/src/EditView.cxx @@ -1311,8 +1311,7 @@ void EditView::DrawBackground(Surface *surface, const EditModel &model, const Vi  			} else {  				// Normal text display  				surface->FillRectangle(rcSegment, textBack); -				if (vsDraw.viewWhitespace != wsInvisible || -					(inIndentation && vsDraw.viewIndentationGuides == ivReal)) { +				if (vsDraw.viewWhitespace != wsInvisible) {  					for (int cpos = 0; cpos <= i - ts.start; cpos++) {  						if (ll->chars[cpos + ts.start] == ' ') {  							if (drawWhitespaceBackground && vsDraw.WhiteSpaceVisible(inIndentation)) { | 
