diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-22 22:14:58 +0300 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-05-23 12:04:21 +0300 |
commit | 8c0ad5425f4f7497fcb3973623d8620d7088e28a (patch) | |
tree | bd5627f24594406e99b607508219eeceabc96f0b /indra/newview/llfloaterchangeitemthumbnail.h | |
parent | f83ed218327213ae809535f4739d9f9eff6374a3 (diff) |
SL-19748 Fix thumbnail not applying if floater was closed too fast
Diffstat (limited to 'indra/newview/llfloaterchangeitemthumbnail.h')
-rw-r--r-- | indra/newview/llfloaterchangeitemthumbnail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterchangeitemthumbnail.h b/indra/newview/llfloaterchangeitemthumbnail.h index 33bf2ecab5..de2a20bf2a 100644 --- a/indra/newview/llfloaterchangeitemthumbnail.h +++ b/indra/newview/llfloaterchangeitemthumbnail.h @@ -95,6 +95,8 @@ private: void onTexturePickerCommit(LLUUID id); void setThumbnailId(const LLUUID &new_thumbnail_id); + static void setThumbnailId(const LLUUID& new_thumbnail_id, const LLUUID& object_id); + static void setThumbnailId(const LLUUID& new_thumbnail_id, const LLUUID& object_id, LLInventoryObject* obj); enum EToolTipState { |