summaryrefslogtreecommitdiff
path: root/indra/llui/llcombobox.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-04-05 18:22:15 +0300
committermaxim_productengine <mnikolenko@productengine.com>2018-04-05 18:22:15 +0300
commit83de982be911322dd0d22b5818363355fc9a5e4f (patch)
treecedcb503f7363f91ab8a6250c258c6e30e2d4e3f /indra/llui/llcombobox.h
parentbf60675ee5bca3e6e388a6dd62debdf3e7eca8ec (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/llui/llcombobox.h')
-rw-r--r--indra/llui/llcombobox.h1
1 files changed, 1 insertions, 0 deletions
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);