diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-02-03 17:55:44 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-02-03 17:55:44 +0200 |
commit | 7b365fd29655919fb8291df47500b112d61b28dc (patch) | |
tree | d6889a962571a892f4bb1c0edfa12e188a3a96a7 | |
parent | e4a54c80f7e6e9dbe48a2c5e08bcc5f6ac0cc073 (diff) | |
parent | f7594c713d93f397440c4af2f566a33f1b6af099 (diff) |
merge
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llbottomtray.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp index a2d594cfa2..0102e9488e 100644 --- a/indra/newview/llbottomtray.cpp +++ b/indra/newview/llbottomtray.cpp @@ -474,6 +474,7 @@ void LLBottomTray::onContextMenuItemClicked(const LLSD& userdata) else if (item == "paste") { edit_box->paste(); + edit_box->setFocus(TRUE); } else if (item == "delete") { |