From 0fc67126fe1c082caf640cba6b63ce9a0438cc23 Mon Sep 17 00:00:00 2001 From: AlexanderP ProductEngine Date: Mon, 20 Aug 2012 18:38:55 +0300 Subject: CHUI-290 FIXED (User cannot collapse names in ad hoc conversation when changed from p2p to ad hoc in torn off state): detect new collapse button state after rebuild of a participant list --- indra/newview/llimconversation.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llimconversation.cpp') diff --git a/indra/newview/llimconversation.cpp b/indra/newview/llimconversation.cpp index 4ca9476458..ee7f58b01f 100644 --- a/indra/newview/llimconversation.cpp +++ b/indra/newview/llimconversation.cpp @@ -177,6 +177,7 @@ void LLIMConversation::buildParticipantList() mParticipantList = new LLParticipantList(speaker_manager, getChild("speakers_list"), true, false); } } + updateHeaderAndToolbar(); } void LLIMConversation::onSortMenuItemClicked(const LLSD& userdata) -- cgit v1.2.3