summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-02-13 15:14:15 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-02-13 15:14:15 +0200
commitab6eca089e2d2a0dceba284ba68eba16fcf2a875 (patch)
tree31ff187ee4fed2cb297ae59191205c311cd03fee /indra
parentf8e43b6f6682eb613b0dc1f257b47008c09cd7f1 (diff)
CHUI-737 FIXED Reselect current conversation when floater is opened.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterimcontainer.cpp1
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();
}