summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2022-11-17 17:21:37 +0200
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2022-11-17 17:21:37 +0200
commit333786d2ba3dc3b1771a9286c1e8c60152ed7037 (patch)
treeb9a65a0b910835539b60579066221cb756ee3e55 /indra/newview/llinventoryfunctions.cpp
parenta954523f4697ecfa78b0ee2d3c7e26c4fa019d1f (diff)
SL-18644 reset 'All items' filter when using 'Find Original' in Recent tab
Diffstat (limited to 'indra/newview/llinventoryfunctions.cpp')
-rw-r--r--indra/newview/llinventoryfunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp
index dab1e5c38d..f454ca5bfb 100644
--- a/indra/newview/llinventoryfunctions.cpp
+++ b/indra/newview/llinventoryfunctions.cpp
@@ -791,7 +791,7 @@ void show_item_original(const LLUUID& item_uuid)
LLPanelMainInventory* main_inventory = sidepanel_inventory->getMainInventoryPanel();
if (main_inventory)
{
- main_inventory->resetFilters();
+ main_inventory->resetAllItemsFilters();
}
reset_inventory_filter();