diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-11-26 19:22:31 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-11-26 19:22:31 +0200 |
commit | 3ccb8d6a561c692da7a0001467c3192dd298c1fd (patch) | |
tree | f71962a1aa5bafd7bbba5b9e2e65c7c684909a97 /indra/newview/llpanelobjectinventory.cpp | |
parent | 35a8938892a16c17da8ef7707227f4494bb41eb5 (diff) |
MAINT-1861 FIXED Texture doesn't appear in Inventory after using 'Copy to inventory' button
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
-rwxr-xr-x | indra/newview/llpanelobjectinventory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp index 1f16505f71..db944827cd 100755 --- a/indra/newview/llpanelobjectinventory.cpp +++ b/indra/newview/llpanelobjectinventory.cpp @@ -909,6 +909,7 @@ void LLTaskTextureBridge::openItem() LLPreviewTexture* preview = LLFloaterReg::showTypedInstance<LLPreviewTexture>("preview_texture", LLSD(mUUID), TAKE_FOCUS_YES); if(preview) { + preview->setAuxItem(findItem()); preview->setObjectID(mPanel->getTaskUUID()); } } |