Skip to content
Snippets Groups Projects
Commit 452832b2 authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

CHUI-976 FIXED Correct way to show Nearby chat is used now.

parent 0cf9597b
No related branches found
No related tags found
No related merge requests found
...@@ -323,12 +323,12 @@ BOOL LLFloaterIMNearbyChatToastPanel::handleMouseUp (S32 x, S32 y, MASK mask) ...@@ -323,12 +323,12 @@ BOOL LLFloaterIMNearbyChatToastPanel::handleMouseUp (S32 x, S32 y, MASK mask)
return TRUE; return TRUE;
else else
{ {
(LLFloaterReg::getTypedInstance<LLFloaterIMNearbyChat>("nearby_chat"))->showHistory(); LLFloaterReg::toggleInstanceOrBringToFront("nearby_chat");
return FALSE; return FALSE;
} }
} }
(LLFloaterReg::getTypedInstance<LLFloaterIMNearbyChat>("nearby_chat"))->showHistory(); LLFloaterReg::toggleInstanceOrBringToFront("nearby_chat");
return LLPanel::handleMouseUp(x,y,mask); return LLPanel::handleMouseUp(x,y,mask);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment