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/llspinctrl.cpp | |
parent | 826d6fc591dace753b053d9b3c28a0e710037964 (diff) |
SL-11172 Re-fixed, now should affect 'tab' only
Diffstat (limited to 'indra/llui/llspinctrl.cpp')
-rw-r--r-- | indra/llui/llspinctrl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llspinctrl.cpp b/indra/llui/llspinctrl.cpp index ce3fc29d32..ee78b82429 100644 --- a/indra/llui/llspinctrl.cpp +++ b/indra/llui/llspinctrl.cpp @@ -442,7 +442,8 @@ void LLSpinCtrl::setAllowEdit(BOOL allow_edit) void LLSpinCtrl::onTabInto() { - mEditor->onTabInto(); + mEditor->onTabInto(); + LLF32UICtrl::onTabInto(); } |