aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfolderview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfolderview.cpp')
-rw-r--r--linden/indra/newview/llfolderview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llfolderview.cpp b/linden/indra/newview/llfolderview.cpp
index 4ef52f0..70c4ead 100644
--- a/linden/indra/newview/llfolderview.cpp
+++ b/linden/indra/newview/llfolderview.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
@@ -821,7 +821,7 @@ void LLFolderViewItem::draw()
821 // mShowSingleSelection is FALSE 821 // mShowSingleSelection is FALSE
822 if( mIsSelected ) 822 if( mIsSelected )
823 { 823 {
824 LLGLSNoTexture gls_no_texture; 824 gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
825 LLColor4 bg_color = sHighlightBgColor; 825 LLColor4 bg_color = sHighlightBgColor;
826 //const S32 TRAILING_PAD = 5; // It just looks better with this. 826 //const S32 TRAILING_PAD = 5; // It just looks better with this.
827 if (!mIsCurSelection) 827 if (!mIsCurSelection)
@@ -876,7 +876,7 @@ void LLFolderViewItem::draw()
876 } 876 }
877 if (mDragAndDropTarget) 877 if (mDragAndDropTarget)
878 { 878 {
879 LLGLSNoTexture gls_no_texture; 879 gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
880 gl_rect_2d( 880 gl_rect_2d(
881 0, 881 0,
882 getRect().getHeight(), 882 getRect().getHeight(),