From ac00c9b62e1353ef1568798bf44b94b3e53d1c90 Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Sun, 19 Jun 2011 00:39:06 +0200 Subject: [PATCH] Login panel, name reset fix --- indra/newview/llpanellogin.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index 86b2fd8f0..79da3805b 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -1243,7 +1243,10 @@ void LLPanelLogin::onLoginComboLostFocus(LLFocusableElement* fe, void*) { clearPassword(); } - onSelectLoginEntry(combo, NULL); + else + { + onSelectLoginEntry(combo, NULL); + } } } }