diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-07 18:02:22 +0300 |
|---|---|---|
| committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-07 18:02:22 +0300 |
| commit | 7df076b62682b7e9749bb402958a3ea6735be283 (patch) | |
| tree | 17d8db4230eb77e8ba4d55c57bd3b326a83a9efa /indra/newview/llinventorygallery.cpp | |
| parent | d5a949d97a67c8b9e551fc4b22d4c901eaf1d91a (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.cpp | 1 |
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); } |
