MAINT-3881 FIX Pressing the ENTER key when entering a location into the “Type a location” field, doesn't log you in

meow-7.2.2
Callum Prentice 2014-03-26 12:21:24 -07:00
parent 2351cd0596
commit 62d0ad23f9
1 changed files with 2 additions and 1 deletions

View File

@ -229,7 +229,8 @@ LLPanelLogin::LLPanelLogin(const LLRect &rect,
LLLineEditor* location_edit = sInstance->getChild<LLLineEditor>("location_edit");
location_edit->setKeystrokeCallback(boost::bind(&LLPanelLogin::onLocationEditChanged, this, _1), NULL);
location_edit->setCommitCallback(boost::bind(&LLPanelLogin::onClickConnectLocation, this));
// Load all of the grids, sorted, and then add a bar and the current grid at the top
server_choice_combo->removeall();