Revert fix for SV-2078 until more people give feedback.

This commit is contained in:
Lirusaito
2016-06-29 18:52:48 -04:00
parent 31aa797f0e
commit e23a6f533c

View File

@@ -520,12 +520,15 @@ void LLPanelMainInventory::onFilterEdit(const std::string& search_string )
return; 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()) if (search_string.empty())
{ {
mActivePanel->setFilterTypes(0xffffffffffffffffULL); mActivePanel->setFilterTypes(0xffffffffffffffffULL);
if (auto* finder = getFinder()) if (auto* finder = getFinder())
LLFloaterInventoryFinder::selectAllTypes(finder); LLFloaterInventoryFinder::selectAllTypes(finder);
} }
*/
// set new filter string // set new filter string
// Internally handles saving/restoring folder states. // Internally handles saving/restoring folder states.