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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llui/llcombobox.h') diff --git a/indra/llui/llcombobox.h b/indra/llui/llcombobox.h index c9b1212b70..7d38c051a5 100644 --- a/indra/llui/llcombobox.h +++ b/indra/llui/llcombobox.h @@ -126,6 +126,7 @@ public: virtual LLSD getValue() const; void setTextEntry(const LLStringExplicit& text); + void setKeystrokeOnEsc(BOOL enable); LLScrollListItem* add(const std::string& name, EAddPosition pos = ADD_BOTTOM, BOOL enabled = TRUE); // add item "name" to menu LLScrollListItem* add(const std::string& name, const LLUUID& id, EAddPosition pos = ADD_BOTTOM, BOOL enabled = TRUE); -- cgit v1.2.3