Skip to content
Snippets Groups Projects
Commit bad4eda4 authored by maximbproductengine's avatar maximbproductengine
Browse files

CHUI-663 (Right click menus on participants inactive in conversation floater...

CHUI-663 (Right click menus on participants inactive in conversation floater for torn off conversation)
parent 3cf2d8e9
No related branches found
No related tags found
No related merge requests found
...@@ -906,7 +906,7 @@ const LLConversationItem * LLFloaterIMContainer::getCurSelectedViewModelItem() ...@@ -906,7 +906,7 @@ const LLConversationItem * LLFloaterIMContainer::getCurSelectedViewModelItem()
mConversationsRoot->getCurSelectedItem()->getViewModelItem()) mConversationsRoot->getCurSelectedItem()->getViewModelItem())
{ {
LLFloaterIMSessionTab *selected_session_floater = LLFloaterIMSessionTab::getConversation(mSelectedSession); LLFloaterIMSessionTab *selected_session_floater = LLFloaterIMSessionTab::getConversation(mSelectedSession);
if (selected_session_floater && !selected_session_floater->getHost()) if (selected_session_floater && !selected_session_floater->getHost() && selected_session_floater->getCurSelectedViewModelItem())
{ {
conversation_item = selected_session_floater->getCurSelectedViewModelItem(); conversation_item = selected_session_floater->getCurSelectedViewModelItem();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment