diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-10-04 10:38:58 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-10-04 10:38:58 -0400 |
commit | bf7e1bb2d2b78d5f49c8c2276308646ce4854a29 (patch) | |
tree | 3036fa9bd43b3a769c7854ce212780b6b1202356 /indra/llui/lllineeditor.cpp | |
parent | 1ead58914837f12e943ff1db4b71cd3ed379d01c (diff) | |
parent | d0e36ade5bb16e9e5a6aca9ee4f02fbe995cdfd8 (diff) |
Merged
Diffstat (limited to 'indra/llui/lllineeditor.cpp')
-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(); } |