summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-10-17 14:36:08 -0700
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-10-17 14:36:08 -0700
commit44be1f4963b87833877ea83b02fa839661e8e7bb (patch)
tree33de88839040b976ab319233d0e7069f4c27faaa
parent9da9b2d84be4c9bb2f0f8208ada6f67e8a53a7e8 (diff)
parent30a04430df02c6f3e949af0e457fe4ed49474ee3 (diff)
Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.
-rwxr-xr-xindra/newview/llconversationview.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp
index 1b450665b3..9144f402b4 100755
--- a/indra/newview/llconversationview.cpp
+++ b/indra/newview/llconversationview.cpp
@@ -222,6 +222,13 @@ void LLConversationViewSession::toggleOpen()
if (!mMinimizedMode)
{
LLFolderViewFolder::toggleOpen();
+
+ // do item's selection when opened
+ if (LLFolderViewFolder::isOpen())
+ {
+ getParentFolder()->setSelection(this, true);
+ }
+
}
}