diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index 236c88d45..7e49db7d3 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -687,6 +687,9 @@ void LLPanelMainInventory::onResetAll(void* userdata) self->mFilterEditor->setText(LLStringUtil::null); } self->onFilterEdit(""); + self->mActivePanel->setFilterTypes(0xffffffffffffffffULL); + if (auto* finder = self->getFinder()) + LLFloaterInventoryFinder::selectAllTypes(finder); self->mActivePanel->closeAllFolders(); }