summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallery.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-04-07 18:02:22 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-04-07 18:02:22 +0300
commit7df076b62682b7e9749bb402958a3ea6735be283 (patch)
tree17d8db4230eb77e8ba4d55c57bd3b326a83a9efa /indra/newview/llinventorygallery.cpp
parentd5a949d97a67c8b9e551fc4b22d4c901eaf1d91a (diff)
SL-19544 WIP apply filter when adding an item to the Gallery
Diffstat (limited to 'indra/newview/llinventorygallery.cpp')
-rw-r--r--indra/newview/llinventorygallery.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.cpp b/indra/newview/llinventorygallery.cpp
index e38f2ef849..4e4a476584 100644
--- a/indra/newview/llinventorygallery.cpp
+++ b/indra/newview/llinventorygallery.cpp
@@ -713,6 +713,7 @@ void LLInventoryGallery::updateAddedItem(LLUUID item_id)
item->setFocusReceivedCallback(boost::bind(&LLInventoryGallery::changeItemSelection, this, item_id));
if (mGalleryCreated)
{
+ applyFilter(item, mFilterSubString);
addToGallery(item);
}