additional fix for reopened EXT-5429 IM chat history of active tab in IM container is not updated when IM container is unminimized

--HG--
branch : product-engine
meow-7.2.2
Igor Borovkov 2010-02-16 10:47:29 +02:00
parent 9c5de93387
commit 41c8ad6efe
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ LLIMFloaterContainer* LLIMFloaterContainer::getInstance()
void LLIMFloaterContainer::setMinimized(BOOL b)
{
if (isMinimized() == b) return;
LLMultiFloater::setMinimized(b);
if (isMinimized()) return;