summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-01-10 12:37:01 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-01-10 12:37:01 +0200
commita1e986e2b0fefa2b8ecc995c5449c0a1b8556675 (patch)
treebe48c44142466089daa8e67c6cc0f292f98fa05b /indra
parentade7faae5802c1e68bb2b09ba9e126bbfa2cfb37 (diff)
MAINT-3364 FIXED Call clearSelection() from root_folder
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/lltexturectrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp
index ea837c9127..99e41cf39a 100755
--- a/indra/newview/lltexturectrl.cpp
+++ b/indra/newview/lltexturectrl.cpp
@@ -242,7 +242,7 @@ void LLFloaterTexturePicker::setImageID(const LLUUID& image_id)
LLUUID item_id = findItemID(mImageAssetID, FALSE);
if (item_id.isNull())
{
- mInventoryPanel->clearSelection();
+ mInventoryPanel->getRootFolder()->clearSelection();
}
else
{