summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewtexture.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-05-29 13:23:36 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-05-29 13:23:36 +0300
commit5e241cf621e8f65624ba12e297907b19060adb01 (patch)
treecd11ae81acd1235346187a82d85a63dc9c945a0a /indra/newview/llpreviewtexture.cpp
parentdd3b9776d2f932c7142884b5adc5477d5cc7cf3d (diff)
MAINT-1850 FIXED Update Preview tittle and description after setting texture's id.
Diffstat (limited to 'indra/newview/llpreviewtexture.cpp')
-rwxr-xr-xindra/newview/llpreviewtexture.cpp1
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();
}