summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-04-13 15:06:11 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-04-13 15:06:11 +0300
commit80447f5e6bfd9843413c7a79074d11373e6c4061 (patch)
tree54e38d74e0fb417c476d80a4a20c713a4376c6a1 /indra/llui/lllineeditor.cpp
parent826d6fc591dace753b053d9b3c28a0e710037964 (diff)
SL-11172 Re-fixed, now should affect 'tab' only
Diffstat (limited to 'indra/llui/lllineeditor.cpp')
-rw-r--r--indra/llui/lllineeditor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp
index 3ad504d68d..83cbbe0207 100644
--- a/indra/llui/lllineeditor.cpp
+++ b/indra/llui/lllineeditor.cpp
@@ -2142,6 +2142,7 @@ void LLLineEditor::clear()
void LLLineEditor::onTabInto()
{
selectAll();
+ LLUICtrl::onTabInto();
}
//virtual