diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-02-25 17:06:06 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-02-25 17:06:06 +0200 |
commit | 5705a2c0181a9376db5eadf6ccf97e0675f6afb5 (patch) | |
tree | 9db7fe026b257ffd42226f75d680c48c2f278833 /indra/newview/llpreview.cpp | |
parent | 0b9eeb02abe4d10c4e252fe35ea55ba4b54b581e (diff) |
MAINT-3671 Fix is changed to solve issue with other multi-previews
Diffstat (limited to 'indra/newview/llpreview.cpp')
-rwxr-xr-x | indra/newview/llpreview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpreview.cpp b/indra/newview/llpreview.cpp index 04934b13f1..2caf186b70 100755 --- a/indra/newview/llpreview.cpp +++ b/indra/newview/llpreview.cpp @@ -91,6 +91,7 @@ void LLPreview::setObjectID(const LLUUID& object_id) { loadAsset(); } + refreshFromItem(); } void LLPreview::setItem( LLInventoryItem* item ) @@ -100,6 +101,7 @@ void LLPreview::setItem( LLInventoryItem* item ) { loadAsset(); } + refreshFromItem(); } const LLInventoryItem *LLPreview::getItem() const |