diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-02 01:58:30 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-02 01:58:40 +0300 |
| commit | 87d24252df91284eb0cd9ab2f08b376ded05554c (patch) | |
| tree | 229ebbe1792afb6d6d52436ecb9cb63b9ec2280a /indra/newview/llinventorygallery.cpp | |
| parent | c6eeb65d18861ea346cf199faba7bf3f493fdabe (diff) | |
SL-19795 Remove extra panels, reuse combination ones instead
Diffstat (limited to 'indra/newview/llinventorygallery.cpp')
| -rw-r--r-- | indra/newview/llinventorygallery.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llinventorygallery.cpp b/indra/newview/llinventorygallery.cpp index 2f9f594790..efc78c5357 100644 --- a/indra/newview/llinventorygallery.cpp +++ b/indra/newview/llinventorygallery.cpp @@ -711,11 +711,7 @@ void LLInventoryGallery::updateAddedItem(LLUUID item_id) LL_WARNS("InventoryGallery") << "Failed to find item: " << item_id << LL_ENDL; return; } - if(!mFilter->checkAgainstFilterThumbnails(item_id)) - { - mThumbnailsObserver->addSkippedItem(item_id, boost::bind(&LLInventoryGallery::onThumbnailAdded, this, item_id)); - return; - } + std::string name = obj->getName(); LLUUID thumbnail_id = obj->getThumbnailUUID();; LLInventoryType::EType inventory_type(LLInventoryType::IT_CATEGORY); |
