diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-04-13 15:06:11 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-04-13 15:06:11 +0300 |
commit | 80447f5e6bfd9843413c7a79074d11373e6c4061 (patch) | |
tree | 54e38d74e0fb417c476d80a4a20c713a4376c6a1 /indra/llui/lluictrl.cpp | |
parent | 826d6fc591dace753b053d9b3c28a0e710037964 (diff) |
SL-11172 Re-fixed, now should affect 'tab' only
Diffstat (limited to 'indra/llui/lluictrl.cpp')
-rw-r--r-- | indra/llui/lluictrl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lluictrl.cpp b/indra/llui/lluictrl.cpp index e1d275c351..544a76e8d5 100644 --- a/indra/llui/lluictrl.cpp +++ b/indra/llui/lluictrl.cpp @@ -679,7 +679,6 @@ void LLUICtrl::setFocus(BOOL b) if (!hasFocus()) { gFocusMgr.setKeyboardFocus( this ); - onChildGotFocus(this); } } else @@ -722,8 +721,9 @@ void LLUICtrl::resetDirty() } // virtual -void LLUICtrl::onTabInto() +void LLUICtrl::onTabInto() { + onUpdateScrollToChild(this); } // virtual |