diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-03 11:08:49 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-03 11:08:49 -0400 |
| commit | 22795e0a8da1bd99a5bb0e4df62b684eb2fc3931 (patch) | |
| tree | 472541be51deee84995bc31d878c2ab26c0247fc /indra/llui | |
| parent | 93e3d9e2ec0cc06cbc378ffcf23e66ed569db5f3 (diff) | |
| parent | 174e44ab1eec203b5bc26a463d40b6eaf7ac58df (diff) | |
merge
Diffstat (limited to 'indra/llui')
| -rw-r--r-- | indra/llui/lllineeditor.cpp | 1 |
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(); } |
