summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallery.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-31 21:18:50 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-31 21:18:50 +0300
commit29c5bf19f706655605bd3588e0249dbd5fd52179 (patch)
treea0a58f23221a3e79f0e323ad86466cc181700784 /indra/newview/llinventorygallery.cpp
parent126bfa4877303b47abbc99f09c09a931c20cbd3b (diff)
SL-19379 WIP show fallback image with original size
Diffstat (limited to 'indra/newview/llinventorygallery.cpp')
-rw-r--r--indra/newview/llinventorygallery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorygallery.cpp b/indra/newview/llinventorygallery.cpp
index 499d51c431..290688f179 100644
--- a/indra/newview/llinventorygallery.cpp
+++ b/indra/newview/llinventorygallery.cpp
@@ -1081,7 +1081,7 @@ void LLInventoryGalleryItem::setThumbnail(LLUUID id)
mDefaultImage = id.isNull();
if(mDefaultImage)
{
- getChild<LLThumbnailCtrl>("preview_thumbnail")->setValue("Thumbnail_Fallback");
+ getChild<LLThumbnailCtrl>("preview_thumbnail")->clearTexture();
}
else
{