summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfilter.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-04-24 16:55:15 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-04-24 16:55:15 +0300
commitc9a025e3d0aee9a894f341c1eeb6b216bbe74a4c (patch)
tree5cebc7f803808356fdb1453bf0ab3510144e34ef /indra/newview/llinventoryfilter.cpp
parent0304357384850466ab75ba586ba665c566fa2793 (diff)
SL-19642 FIXED Outfit folders with thumbnails are displayed both in gallery and inventory panels in Combination view
Diffstat (limited to 'indra/newview/llinventoryfilter.cpp')
-rw-r--r--indra/newview/llinventoryfilter.cpp5
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()