Fixed normal bug EXT-5087 - Clicking on IMWell item does not open minimized multi tabbed IM floater.
--HG-- branch : product-enginemaster
parent
a567b5f24b
commit
aa30d0550c
|
|
@ -407,12 +407,7 @@ LLIMFloater* LLIMFloater::show(const LLUUID& session_id)
|
|||
}
|
||||
}
|
||||
|
||||
if (floater_container)
|
||||
{
|
||||
//selecting the panel resets a chiclet's counter
|
||||
floater_container->selectFloater(floater);
|
||||
floater_container->setVisible(TRUE);
|
||||
}
|
||||
floater->openFloater(floater->getKey());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue