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-enginemeow-7.2.2
parent
9c5de93387
commit
41c8ad6efe
|
|
@ -147,6 +147,8 @@ LLIMFloaterContainer* LLIMFloaterContainer::getInstance()
|
|||
|
||||
void LLIMFloaterContainer::setMinimized(BOOL b)
|
||||
{
|
||||
if (isMinimized() == b) return;
|
||||
|
||||
LLMultiFloater::setMinimized(b);
|
||||
|
||||
if (isMinimized()) return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue