diff options
author | mobserveur <mobserveur@gmail.com> | 2024-07-23 03:06:59 +0200 |
---|---|---|
committer | mobserveur <mobserveur@gmail.com> | 2024-07-23 03:06:59 +0200 |
commit | 17e9bcbf628aa5bda84a36fc7daa9c6041e1bada (patch) | |
tree | b3002ee1f89bd9d97513de29f9cfe566932d6e97 /indra/newview/llsearchcombobox.h | |
parent | 7bb6ea9103228b3bf3b28792d8d73e8616471908 (diff) |
Legacy search floater
This commit adds the legacy search floater to megapahit
Diffstat (limited to 'indra/newview/llsearchcombobox.h')
-rw-r--r-- | indra/newview/llsearchcombobox.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llsearchcombobox.h b/indra/newview/llsearchcombobox.h index ff9c74a6a8..891237e92e 100644 --- a/indra/newview/llsearchcombobox.h +++ b/indra/newview/llsearchcombobox.h @@ -61,6 +61,11 @@ public: ~LLSearchComboBox(); + /** + * Sets focus to text box + */ + void focusTextEntry(); + protected: LLSearchComboBox(const Params&p); @@ -93,11 +98,6 @@ protected: */ void onSelectionCommit(); - /** - * Sets focus to text box - */ - void focusTextEntry(); - LLButton* mSearchButton; }; |