diff options
| -rwxr-xr-x | indra/newview/llconversationview.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index 26d618e1b3..394a830e5e 100755 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -440,7 +440,7 @@ void LLConversationViewParticipant::onMouseLeave(S32 x, S32 y, MASK mask)  {      mInfoBtn->setVisible(false);      updateChildren(); -    LLFolderViewItem::onMouseEnter(x, y, mask); +    LLFolderViewItem::onMouseLeave(x, y, mask);  }  S32 LLConversationViewParticipant::getLabelXPos()  | 
