diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-01-10 12:37:01 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-01-10 12:37:01 +0200 |
commit | a1e986e2b0fefa2b8ecc995c5449c0a1b8556675 (patch) | |
tree | be48c44142466089daa8e67c6cc0f292f98fa05b /indra | |
parent | ade7faae5802c1e68bb2b09ba9e126bbfa2cfb37 (diff) |
MAINT-3364 FIXED Call clearSelection() from root_folder
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/lltexturectrl.cpp | 2 |
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 { |