diff options
| author | Monty Brandenberg <monty@lindenlab.com> | 2012-08-03 14:02:36 -0400 | 
|---|---|---|
| committer | Monty Brandenberg <monty@lindenlab.com> | 2012-08-03 14:02:36 -0400 | 
| commit | 7d98d1afb036ce4b221e101e6de153a3d978ba9f (patch) | |
| tree | d7aa9465b61a3182e3651aef8bc9a599ac6b63f1 | |
| parent | fdb2ae8335f136283910f9538e74724b69886e15 (diff) | |
Uniform gray background for texture console window.
| -rw-r--r-- | indra/newview/lltextureview.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/lltextureview.cpp b/indra/newview/lltextureview.cpp index f7636b2473..29925657b5 100644 --- a/indra/newview/lltextureview.cpp +++ b/indra/newview/lltextureview.cpp @@ -524,8 +524,8 @@ void LLGLTexMemBar::draw()  	// Gray background using completely magic numbers  	gGL.color4f(0.f, 0.f, 0.f, 0.25f); -	const LLRect & rect(getRect()); -	gl_rect_2d(-4, v_offset, rect.mRight - rect.mLeft + 2, v_offset + line_height*4); +	// const LLRect & rect(getRect()); +	// gl_rect_2d(-4, v_offset, rect.mRight - rect.mLeft + 2, v_offset + line_height*4);  	std::string text = "";  	LLFontGL::getFontMonospace()->renderUTF8(text, 0, 0, v_offset + line_height*6, | 
