summaryrefslogtreecommitdiff
path: root/indra/newview/llinspecttexture.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-02-21 23:03:00 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-02-21 23:04:36 +0200
commit2d68a7c33622aa28c49989e959c2a9be1f053d03 (patch)
tree3e3bc627a0586e291b2d52d7753faa006521a81e /indra/newview/llinspecttexture.cpp
parentd6c0e40559fa090495b237bbbacf30578ac10aac (diff)
SL-19108 Update Simple snapshot floater
Diffstat (limited to 'indra/newview/llinspecttexture.cpp')
-rw-r--r--indra/newview/llinspecttexture.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinspecttexture.cpp b/indra/newview/llinspecttexture.cpp
index de0d65eb7e..2e8273d6cf 100644
--- a/indra/newview/llinspecttexture.cpp
+++ b/indra/newview/llinspecttexture.cpp
@@ -185,7 +185,8 @@ LLToolTip* LLInspectTextureUtil::createInventoryToolTip(LLToolTip::Params p)
}
if (item)
{
- // Todo: write this into folder's thumbnail id
+ // Note: LLFloaterChangeItemThumbnail will attempt to write this
+ // into folder's thumbnail id when opened
p.create_params.getValue()["thumbnail_id"] = item->getAssetUUID();
return LLUICtrlFactory::create<LLTextureToolTip>(p);
}