diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llpaneloutfitedit.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp index 5fac7efb84..7a588193c8 100644 --- a/indra/newview/llpaneloutfitedit.cpp +++ b/indra/newview/llpaneloutfitedit.cpp @@ -452,6 +452,10 @@ void LLPanelOutfitEdit::showWearablesFilter()  		mSearchFilter->clear();  		onSearchEdit(LLStringUtil::null);  	} +	else +	{ +		mSearchFilter->setFocus(TRUE); +	}  }  void LLPanelOutfitEdit::showWearablesListView()  | 
