summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationview.cpp
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2012-11-13 13:32:24 +0200
committermaxim_productengine <mnikolenko@productengine.com>2012-11-13 13:32:24 +0200
commit6ba822c0fffcf86c79d25c44625c2667ac23e64a (patch)
treecc94c464ab8ac423fd224effaa24312764c3cd01 /indra/newview/llconversationview.cpp
parent0e6139eb3d3af1e77df20f87deef427993bf2c61 (diff)
CHUI-460 FIXED Reselect floater after toggling the participant list open or closed
Diffstat (limited to 'indra/newview/llconversationview.cpp')
-rwxr-xr-xindra/newview/llconversationview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp
index 295dd2ae6d..53392ac372 100755
--- a/indra/newview/llconversationview.cpp
+++ b/indra/newview/llconversationview.cpp
@@ -240,7 +240,7 @@ void LLConversationViewSession::toggleOpen()
{
getParentFolder()->setSelection(this, true);
}
-
+ mContainer->reSelectConversation();
}
}