diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llinventoryitemslist.cpp | 2 | ||||
| -rw-r--r-- | indra/newview/lloutfitslist.cpp | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llinventoryitemslist.cpp b/indra/newview/llinventoryitemslist.cpp index cac859387c..c6042142eb 100644 --- a/indra/newview/llinventoryitemslist.cpp +++ b/indra/newview/llinventoryitemslist.cpp @@ -115,7 +115,7 @@ void LLInventoryItemsList::doIdle()  {  	if (mRefreshState == REFRESH_COMPLETE) return; -	if (isInVisibleChain() || mForceRefresh ) +	if (isInVisibleChain() || mForceRefresh || !getFilterSubString().empty())  	{  		refresh(); diff --git a/indra/newview/lloutfitslist.cpp b/indra/newview/lloutfitslist.cpp index 66d8bff18f..273eecda80 100644 --- a/indra/newview/lloutfitslist.cpp +++ b/indra/newview/lloutfitslist.cpp @@ -567,7 +567,7 @@ void LLOutfitsList::onFilterSubStringChanged(const std::string& new_string, cons  		LLWearableItemsList* list = dynamic_cast<LLWearableItemsList*>(tab->getAccordionView());  		if (list)  		{ -			list->setFilterSubString(new_string, tab->getDisplayChildren()); +			list->setFilterSubString(new_string, true);  		}  		if (old_string.empty())  | 
