summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepaneliteminfo.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-02-06 19:34:04 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-02-07 13:01:58 +0200
commitc97de5ac48c21ba7014ad2258a670db8810fdf5c (patch)
tree70b11eefc666708ae74688780149269a2046ee30 /indra/newview/llsidepaneliteminfo.cpp
parent627c7de801bcf1f2a706c2c077a3fecf54a3bfe8 (diff)
SL-19134 [WIP] Item Profile redesign #3
Diffstat (limited to 'indra/newview/llsidepaneliteminfo.cpp')
-rw-r--r--indra/newview/llsidepaneliteminfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsidepaneliteminfo.cpp b/indra/newview/llsidepaneliteminfo.cpp
index e5e6afac19..ad0bace91a 100644
--- a/indra/newview/llsidepaneliteminfo.cpp
+++ b/indra/newview/llsidepaneliteminfo.cpp
@@ -318,6 +318,7 @@ void LLSidepanelItemInfo::refreshFromItem(LLViewerInventoryItem* item)
getChildView("LabelItemDesc")->setEnabled(is_modifiable);
getChildView("IconLocked")->setVisible(!is_modifiable);
getChild<LLUICtrl>("LabelItemDesc")->setValue(item->getDescription());
+ getChild<LLUICtrl>("item_thumbnail")->setValue(item->getThumbnailUUID());
//////////////////
// CREATOR NAME //