summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-03 11:08:49 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-03 11:08:49 -0400
commit22795e0a8da1bd99a5bb0e4df62b684eb2fc3931 (patch)
tree472541be51deee84995bc31d878c2ab26c0247fc /indra/llui
parent93e3d9e2ec0cc06cbc378ffcf23e66ed569db5f3 (diff)
parent174e44ab1eec203b5bc26a463d40b6eaf7ac58df (diff)
merge
Diffstat (limited to 'indra/llui')
-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 ebdd47ae80..06dfc90d83 100644
--- a/indra/llui/lllineeditor.cpp
+++ b/indra/llui/lllineeditor.cpp
@@ -198,6 +198,7 @@ LLLineEditor::~LLLineEditor()
void LLLineEditor::onFocusReceived()
{
+ gEditMenuHandler = this;
LLUICtrl::onFocusReceived();
updateAllowingLanguageInput();
}