aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llscrollcontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llscrollcontainer.cpp')
-rw-r--r--linden/indra/llui/llscrollcontainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/llscrollcontainer.cpp b/linden/indra/llui/llscrollcontainer.cpp
index 1ba2923..f7c4200 100644
--- a/linden/indra/llui/llscrollcontainer.cpp
+++ b/linden/indra/llui/llscrollcontainer.cpp
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2001&license=viewergpl$ 5 * $LicenseInfo:firstyear=2001&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2001-2008, Linden Research, Inc. 7 * Copyright (c) 2001-2009, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -425,7 +425,7 @@ void LLScrollableContainerView::draw()
425 // Draw background 425 // Draw background
426 if( mIsOpaque ) 426 if( mIsOpaque )
427 { 427 {
428 LLGLSNoTexture no_texture; 428 gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
429 gGL.color4fv( mBackgroundColor.mV ); 429 gGL.color4fv( mBackgroundColor.mV );
430 gl_rect_2d( mInnerRect ); 430 gl_rect_2d( mInnerRect );
431 } 431 }