aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfolderview.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-01 17:39:58 -0600
committerJacek Antonelli2008-12-01 17:40:06 -0600
commit7abecb48babe6a6f09bf6692ba55076546cfced9 (patch)
tree8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/newview/llfolderview.cpp
parentSecond Life viewer sources 1.21.6 (diff)
downloadmeta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz
Second Life viewer sources 1.22.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfolderview.cpp4
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(),