diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-05-29 13:23:36 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-05-29 13:23:36 +0300 |
commit | 5e241cf621e8f65624ba12e297907b19060adb01 (patch) | |
tree | cd11ae81acd1235346187a82d85a63dc9c945a0a /indra | |
parent | dd3b9776d2f932c7142884b5adc5477d5cc7cf3d (diff) |
MAINT-1850 FIXED Update Preview tittle and description after setting texture's id.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llpreviewtexture.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpreviewtexture.cpp b/indra/newview/llpreviewtexture.cpp index f91a18d8d3..c8cf0faa15 100755 --- a/indra/newview/llpreviewtexture.cpp +++ b/indra/newview/llpreviewtexture.cpp @@ -618,4 +618,5 @@ void LLPreviewTexture::setObjectID(const LLUUID& object_id) mAssetStatus = PREVIEW_ASSET_UNLOADED; loadAsset(); } + refreshFromItem(); } |