summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
authorcallum <none@none>2011-06-22 11:17:36 -0700
committercallum <none@none>2011-06-22 11:17:36 -0700
commit74e8f5a7c5b4b66d6cebdccee8e592a5600e51a3 (patch)
treead8ed06751a3c41dddff92d06fff168609b1f010 /indra/newview/lltexturectrl.cpp
parent7847c8941f8c78ab7cdef65aadf4dfccf645bbf3 (diff)
parent1e87fc43d7c07be618678aab6ee9f5511e593e92 (diff)
Merge
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r--indra/newview/lltexturectrl.cpp1
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.