From e23a6f533ceda9ef68d12a648beb76f4b61aa0b0 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Wed, 29 Jun 2016 18:52:48 -0400 Subject: [PATCH] Revert fix for SV-2078 until more people give feedback. --- indra/newview/llpanelmaininventory.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index a62707eee..236c88d45 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -520,12 +520,15 @@ void LLPanelMainInventory::onFilterEdit(const std::string& search_string ) return; } + /* Singu Note: This is the old behavior, desired by SV-2078, but we'd prefer the new behavior. + * I've left this here in case we want to add it back in some way. if (search_string.empty()) { mActivePanel->setFilterTypes(0xffffffffffffffffULL); if (auto* finder = getFinder()) LLFloaterInventoryFinder::selectAllTypes(finder); } + */ // set new filter string // Internally handles saving/restoring folder states.