summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2010-02-03 17:42:23 +0200
committerIgor Borovkov <iborovkov@productengine.com>2010-02-03 17:42:23 +0200
commitf7594c713d93f397440c4af2f566a33f1b6af099 (patch)
treef88ffe4c8a3022f5cba2026fd8a110336804d21c
parent005ec1479021e698714dcdc4bab189af6fcf5ff4 (diff)
fixed EXT-4737 Nearby chat edit field doesn't get focus after pasting
--HG-- branch : product-engine
-rw-r--r--indra/newview/llbottomtray.cpp1
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")
{