diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-24 16:55:15 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-24 16:55:15 +0300 |
commit | c9a025e3d0aee9a894f341c1eeb6b216bbe74a4c (patch) | |
tree | 5cebc7f803808356fdb1453bf0ab3510144e34ef | |
parent | 0304357384850466ab75ba586ba665c566fa2793 (diff) |
SL-19642 FIXED Outfit folders with thumbnails are displayed both in gallery and inventory panels in Combination view
-rw-r--r-- | indra/newview/llinventoryfilter.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfilter.cpp b/indra/newview/llinventoryfilter.cpp index 5c02b61522..d8e7b8ca67 100644 --- a/indra/newview/llinventoryfilter.cpp +++ b/indra/newview/llinventoryfilter.cpp @@ -195,6 +195,11 @@ bool LLInventoryFilter::checkFolder(const LLUUID& folder_id) const return true; } + if(!checkAgainstFilterThumbnails(folder_id)) + { + return false; + } + // when applying a filter, matching folders get their contents downloaded first // but make sure we are not interfering with pre-download if (isNotDefault() |