Skip to content
Snippets Groups Projects
Commit 93bd0653 authored by Paul Guslisty's avatar Paul Guslisty
Browse files

Fixed normal bug EXT - 3835 ([BSI] tabs in instant message floater should never change sizes)

--HG--
branch : product-engine
parent d82be9cf
No related branches found
No related tags found
No related merge requests found
...@@ -92,14 +92,6 @@ void LLMultiFloater::draw() ...@@ -92,14 +92,6 @@ void LLMultiFloater::draw()
} }
else else
{ {
for (S32 i = 0; i < mTabContainer->getTabCount(); i++)
{
LLFloater* floaterp = (LLFloater*)mTabContainer->getPanelByIndex(i);
if (floaterp->getShortTitle() != mTabContainer->getPanelTitle(i))
{
mTabContainer->setPanelTitle(i, floaterp->getShortTitle());
}
}
LLFloater::draw(); LLFloater::draw();
} }
} }
......
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