diff options
| -rw-r--r-- | indra/newview/llfloaterpreference.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index 839d3f0c21..8bffe9bf57 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -537,10 +537,10 @@ void LLFloaterPreference::onOpen(const LLSD& key)  	{  		childSetText("maturity_desired_textbox",  maturity_combo->getSelectedItemLabel());  		childSetVisible("maturity_desired_combobox", false); - -		// Display selected maturity icons. -		onChangeMaturity();  	} + +	// Display selected maturity icons. +	onChangeMaturity();  	// Enabled/disabled popups, might have been changed by user actions  	// while preferences floater was closed. | 
