summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-09-09 17:21:52 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-09-09 17:21:52 -0400
commit9180c4e7a9b92b2a69a95533acc7bc1a1a41f415 (patch)
tree958701fe8f07defcc1d7071b481318ab662313b7 /indra/newview/llinventorypanel.cpp
parent0c451a60b7fe859f9deeaefb6360e96ec9af630f (diff)
parentb7c82a8e7a5efcf56cf8c60ecc4922cf2942b70e (diff)
Merge branch 'develop' into release/luau-scripting
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rw-r--r--indra/newview/llinventorypanel.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp
index 949ce2558f..d08cd91382 100644
--- a/indra/newview/llinventorypanel.cpp
+++ b/indra/newview/llinventorypanel.cpp
@@ -414,8 +414,10 @@ void LLInventoryPanel::setFilterTypes(U64 types, LLInventoryFilter::EFilterType
{
getFilter().setFilterObjectTypes(types);
}
- if (filter_type == LLInventoryFilter::FILTERTYPE_CATEGORY)
+ else if (filter_type == LLInventoryFilter::FILTERTYPE_CATEGORY)
+ {
getFilter().setFilterCategoryTypes(types);
+ }
}
void LLInventoryPanel::setFilterWorn()