From 83de982be911322dd0d22b5818363355fc9a5e4f Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 5 Apr 2018 18:22:15 +0300 Subject: MAINT-8488 FIXED Favourite location list on login screen is not updated after pressing "Esc" key while in username field --- indra/llui/llcombobox.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'indra/llui/llcombobox.cpp') diff --git a/indra/llui/llcombobox.cpp b/indra/llui/llcombobox.cpp index 559895da1a..00a933a0bb 100644 --- a/indra/llui/llcombobox.cpp +++ b/indra/llui/llcombobox.cpp @@ -845,6 +845,14 @@ void LLComboBox::setTextEntry(const LLStringExplicit& text) } } +void LLComboBox::setKeystrokeOnEsc(BOOL enable) +{ + if (mTextEntry) + { + mTextEntry->setKeystrokeOnEsc(enable); + } +} + void LLComboBox::onTextEntry(LLLineEditor* line_editor) { if (mTextEntryCallback != NULL) -- cgit v1.2.3