diff options
Diffstat (limited to 'src/Indicator.cxx')
| -rw-r--r-- | src/Indicator.cxx | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/Indicator.cxx b/src/Indicator.cxx index 580e9f86d..1e386b68e 100644 --- a/src/Indicator.cxx +++ b/src/Indicator.cxx @@ -55,6 +55,8 @@ void Indicator::Draw(Surface *surface, PRectangle &rc) {  	} else if (style == INDIC_STRIKE) {  		surface->MoveTo(rc.left, rc.top - 4);  		surface->LineTo(rc.right, rc.top - 4); +	} else if (style == INDIC_HIDDEN) { +		// Draw nothing  	} else {	// Either INDIC_PLAIN or unknown  		surface->MoveTo(rc.left, ymid);  		surface->LineTo(rc.right, ymid); | 
