diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-06-05 14:17:02 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-06-05 14:17:02 +0300 |
commit | 58946f8be727116a681ffd04ba41c7293f191741 (patch) | |
tree | 1c235d4ff4c80cc9901f8b60a5bd3eb3d52a4608 /indra/newview | |
parent | 930bf680c2d184b8678a0c42a8d3a0d30e104643 (diff) |
SL-4770 FIXED Search no longer activates the search field by default
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloatersearch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatersearch.cpp b/indra/newview/llfloatersearch.cpp index 66e832111b..d1246dae4c 100644 --- a/indra/newview/llfloatersearch.cpp +++ b/indra/newview/llfloatersearch.cpp @@ -120,6 +120,7 @@ void LLFloaterSearch::onOpen(const LLSD& key) p.allow_address_entry = false; LLFloaterWebContent::onOpen(p); + mWebBrowser->setFocus(TRUE); search(p.search); } |