From c9a025e3d0aee9a894f341c1eeb6b216bbe74a4c Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Mon, 24 Apr 2023 16:55:15 +0300 Subject: SL-19642 FIXED Outfit folders with thumbnails are displayed both in gallery and inventory panels in Combination view --- indra/newview/llinventoryfilter.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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() -- cgit v1.2.3