diff options
| -rwxr-xr-x | indra/newview/llfloaterpreference.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index 6e47cbb09f..2eadd40bfa 100755 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -701,13 +701,13 @@ void LLFloaterPreference::onOpen(const LLSD& key)  				maturity_list->deleteItems(LLSD(SIM_ACCESS_ADULT));  			}  		} -		getChildView("maturity_desired_combobox")->setVisible( true); +		getChildView("maturity_desired_combobox")->setEnabled( true);  		getChildView("maturity_desired_textbox")->setVisible( false);  	}  	else  	{  		getChild<LLUICtrl>("maturity_desired_textbox")->setValue(maturity_combo->getSelectedItemLabel()); -		getChildView("maturity_desired_combobox")->setVisible( false); +		getChildView("maturity_desired_combobox")->setEnabled( false);  	}  	// Forget previous language changes.  | 
