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

CHUI-869 FIXED Clicking on toast will restore Message pane.

parent 72af9ed2
No related branches found
No related tags found
No related merge requests found
...@@ -348,6 +348,11 @@ bool LLFloaterIMNearbyChat::isChatVisible() const ...@@ -348,6 +348,11 @@ bool LLFloaterIMNearbyChat::isChatVisible() const
void LLFloaterIMNearbyChat::showHistory() void LLFloaterIMNearbyChat::showHistory()
{ {
openFloater(); openFloater();
if(!isMessagePaneExpanded())
{
restoreFloater();
setFocus(true);
}
setResizeLimits(getMinWidth(), EXPANDED_MIN_HEIGHT); setResizeLimits(getMinWidth(), EXPANDED_MIN_HEIGHT);
} }
......
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