diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-13 15:14:15 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-13 15:14:15 +0200 |
commit | ab6eca089e2d2a0dceba284ba68eba16fcf2a875 (patch) | |
tree | 31ff187ee4fed2cb297ae59191205c311cd03fee | |
parent | f8e43b6f6682eb613b0dc1f257b47008c09cd7f1 (diff) |
CHUI-737 FIXED Reselect current conversation when floater is opened.
-rw-r--r-- | indra/newview/llfloaterimcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp index cef45a5b56..869e5992ca 100644 --- a/indra/newview/llfloaterimcontainer.cpp +++ b/indra/newview/llfloaterimcontainer.cpp @@ -259,6 +259,7 @@ void LLFloaterIMContainer::onOpen(const LLSD& key) { LLMultiFloater::onOpen(key); openNearbyChat(); + reSelectConversation(); assignResizeLimits(); } |