diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfolderview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfolderview.cpp b/linden/indra/newview/llfolderview.cpp index 8cefd5b..932addb 100644 --- a/linden/indra/newview/llfolderview.cpp +++ b/linden/indra/newview/llfolderview.cpp | |||
@@ -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(), |