aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanellogin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpanellogin.cpp')
-rw-r--r--linden/indra/newview/llpanellogin.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanellogin.cpp b/linden/indra/newview/llpanellogin.cpp
index 6029c2f..24d235e 100644
--- a/linden/indra/newview/llpanellogin.cpp
+++ b/linden/indra/newview/llpanellogin.cpp
@@ -368,6 +368,11 @@ LLPanelLogin::LLPanelLogin(const LLRect &rect,
368 childSetKeystrokeCallback("password_edit", onPassKey, this); 368 childSetKeystrokeCallback("password_edit", onPassKey, this);
369 childSetUserData("password_edit", this); 369 childSetUserData("password_edit", this);
370 370
371 // change z sort of clickable text to be behind buttons
372 sendChildToBack(getChildByName("channel_text"));
373 sendChildToBack(getChildByName("version_text"));
374 sendChildToBack(getChildByName("forgot_password_text"));
375
371 LLLineEditor* edit = LLUICtrlFactory::getLineEditorByName(this, "password_edit"); 376 LLLineEditor* edit = LLUICtrlFactory::getLineEditorByName(this, "password_edit");
372 if (edit) edit->setDrawAsterixes(TRUE); 377 if (edit) edit->setDrawAsterixes(TRUE);
373 378
@@ -483,6 +488,7 @@ LLPanelLogin::LLPanelLogin(const LLRect &rect,
483 // Initialize visibility (and don't force visibility - use prefs) 488 // Initialize visibility (and don't force visibility - use prefs)
484 refreshLocation( false ); 489 refreshLocation( false );
485#endif 490#endif
491
486} 492}
487 493
488void LLPanelLogin::setSiteIsAlive( bool alive ) 494void LLPanelLogin::setSiteIsAlive( bool alive )