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

CHUI-879 FIXED Expand and then collapse message pane when floater opens to avoid UI issues.

parent fb78a0ca
Branches
Tags
No related merge requests found
...@@ -283,6 +283,11 @@ void LLFloaterIMNearbyChat::onTearOffClicked() ...@@ -283,6 +283,11 @@ void LLFloaterIMNearbyChat::onTearOffClicked()
void LLFloaterIMNearbyChat::onOpen(const LLSD& key) void LLFloaterIMNearbyChat::onOpen(const LLSD& key)
{ {
LLFloaterIMSessionTab::onOpen(key); LLFloaterIMSessionTab::onOpen(key);
if(!isMessagePaneExpanded())
{
restoreFloater();
onCollapseToLine(this);
}
showTranslationCheckbox(LLTranslate::isTranslationConfigured()); showTranslationCheckbox(LLTranslate::isTranslationConfigured());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment