Skip to content

Commit 528c4b5

Browse files
committed
#2427 Show torn off chat when clicking on a message popup
1 parent aa49a3d commit 528c4b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

indra/newview/llfloaterimcontainer.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1698,6 +1698,11 @@ void LLFloaterIMContainer::showConversation(const LLUUID& session_id)
16981698
if (session_floater)
16991699
{
17001700
session_floater->restoreFloater();
1701+
if (session_floater->isTornOff() && session_floater->isMinimized())
1702+
{
1703+
session_floater->setMinimized(false);
1704+
session_floater->setFocus(true);
1705+
}
17011706
}
17021707
}
17031708

0 commit comments

Comments
 (0)