diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-04-01 20:09:37 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-04-01 20:09:37 +0300 |
commit | 56939a2a2b9510bd7f5fc43bed460c0d23a743a0 (patch) | |
tree | 2ba42483d50922d327b977f2521aae37f32c0c3a /indra/newview | |
parent | b3e3cf8151d12ad908875120b86067015b2af9e9 (diff) |
CHUI-904 FIXED Set the focus on the Nearby chat floater after setting visibility.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterimnearbychat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimnearbychat.cpp b/indra/newview/llfloaterimnearbychat.cpp index d86e1b3fd7..56b0c15cb9 100644 --- a/indra/newview/llfloaterimnearbychat.cpp +++ b/indra/newview/llfloaterimnearbychat.cpp @@ -264,7 +264,7 @@ void LLFloaterIMNearbyChat::setVisibleAndFrontmost(BOOL take_focus, const LLSD& if(!isTornOff() && matchesKey(key)) { - LLFloaterIMContainer::getInstance()->selectConversationPair(mSessionID, true, false); + LLFloaterIMContainer::getInstance()->selectConversationPair(mSessionID, true, take_focus); } } |