diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-04-05 18:22:15 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-04-05 18:22:15 +0300 |
commit | 83de982be911322dd0d22b5818363355fc9a5e4f (patch) | |
tree | cedcb503f7363f91ab8a6250c258c6e30e2d4e3f /indra/newview | |
parent | bf60675ee5bca3e6e388a6dd62debdf3e7eca8ec (diff) |
MAINT-8488 FIXED Favourite location list on login screen is not updated after pressing "Esc" key while in username field
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanellogin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index c876c1c149..5f26821c4f 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -284,6 +284,7 @@ LLPanelLogin::LLPanelLogin(const LLRect &rect, username_combo->setTextChangedCallback(boost::bind(&LLPanelLogin::addFavoritesToStartLocation, this)); // STEAM-14: When user presses Enter with this field in focus, initiate login username_combo->setCommitCallback(boost::bind(&LLPanelLogin::onClickConnect, this)); + username_combo->setKeystrokeOnEsc(TRUE); } void LLPanelLogin::addFavoritesToStartLocation() |