diff options
| author | William Todd Stinson <stinson@lindenlab.com> | 2012-10-17 14:36:08 -0700 | 
|---|---|---|
| committer | William Todd Stinson <stinson@lindenlab.com> | 2012-10-17 14:36:08 -0700 | 
| commit | 44be1f4963b87833877ea83b02fa839661e8e7bb (patch) | |
| tree | 33de88839040b976ab319233d0e7069f4c27faaa | |
| parent | 9da9b2d84be4c9bb2f0f8208ada6f67e8a53a7e8 (diff) | |
| parent | 30a04430df02c6f3e949af0e457fe4ed49474ee3 (diff) | |
Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.
| -rwxr-xr-x | indra/newview/llconversationview.cpp | 7 | 
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); +		} +		  	}  }  | 
