summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloatercontainer.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-06-18 08:21:42 -0700
committerMerov Linden <merov@lindenlab.com>2012-06-18 08:21:42 -0700
commitb64fc84707a0ab4c11e84cf5caec32bbc267f313 (patch)
treea8e5e3d69b55f3e06fd1634ce655b6a58d6eecc4 /indra/newview/llimfloatercontainer.cpp
parent22133d281d0c70f13f63d0db2083d6d3cbf002da (diff)
CHUI-145 : WIP Always open the message pane when clicking on a conversation in the list
Diffstat (limited to 'indra/newview/llimfloatercontainer.cpp')
-rw-r--r--indra/newview/llimfloatercontainer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimfloatercontainer.cpp b/indra/newview/llimfloatercontainer.cpp
index af5d587f20..e8eae331a1 100644
--- a/indra/newview/llimfloatercontainer.cpp
+++ b/indra/newview/llimfloatercontainer.cpp
@@ -431,6 +431,8 @@ LLConversationItem::LLConversationItem(std::string name, const LLUUID& uuid, LLF
// Virtual action callbacks
void LLConversationItem::selectItem(void)
{
+ // Always expand the message pane in that case
+ mContainer->collapseMessagesPane(false);
// Switch to the conversation floater that is being selected
mContainer->selectFloater(mFloater);
}