diff options
author | Richard Linden <none@none> | 2011-06-17 15:24:24 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-06-17 15:24:24 -0700 |
commit | 353da63a07b07b75ad73b9f5cb8e463d07ebea3a (patch) | |
tree | 677534a275edc402d9d9acb043ceefe5fd2fb654 /indra/newview/lltexturectrl.cpp | |
parent | 926a9dcb58106650e8efda7a8a32b58bb6fcbd9e (diff) |
EXP-915 FIX remove mHidden and mStartFolderID from LLFolderView*
cleaned up and refactored inventory code a bit
reviewed by Leyla
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r-- | indra/newview/lltexturectrl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp index 1023a4339b..b182c15dd0 100644 --- a/indra/newview/lltexturectrl.cpp +++ b/indra/newview/lltexturectrl.cpp @@ -420,7 +420,6 @@ BOOL LLFloaterTexturePicker::postBuild() mInventoryPanel->setFilterPermMask(mImmediateFilterPermMask); mInventoryPanel->setSelectCallback(boost::bind(&LLFloaterTexturePicker::onSelectionChange, this, _1, _2)); mInventoryPanel->setShowFolderState(LLInventoryFilter::SHOW_NON_EMPTY_FOLDERS); - mInventoryPanel->setAllowMultiSelect(FALSE); // Disable auto selecting first filtered item because it takes away // selection from the item set by LLTextureCtrl owning this floater. |