diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-25 23:08:38 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-25 23:08:38 +0200 |
commit | dd656390c3b6cbdfc6e88c8ff3e6a011238b6f6e (patch) | |
tree | 96a918a5f4bc07f445d122a63bb8f56314359cef /indra/newview/llfloaterchangeitemthumbnail.h | |
parent | 2b56570c6867dc39aa4c8a19d2657ffed6c596b2 (diff) |
SL-19108 Only permit 64 to 256 px images for thumbnails
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 250f895078..bc85e4be0b 100644 --- a/indra/newview/llfloaterchangeitemthumbnail.h +++ b/indra/newview/llfloaterchangeitemthumbnail.h @@ -67,6 +67,8 @@ private: static void onRemove(void*); static void onRemovalConfirmation(const LLSD& notification, const LLSD& response, LLHandle<LLFloater> handle); + static bool validateAsset(const LLUUID &asset_id); + void showTexturePicker(const LLUUID &thumbnail_id); void onTexturePickerCommit(LLUUID id); |