コード例 #1
0
// static
void LLPanelLogin::onLoginComboLostFocus(LLFocusableElement* fe, void*)
{
	if (sInstance)
	{
		LLComboBox* combo = sInstance->getChild<LLComboBox>("name_combo");
		if(fe == combo && combo->isTextDirty())
		{
			clearPassword();
			combo->resetTextDirty();
		}
	}
}