FIRE-11841: Conversations button in toolbar doesn't properly set focus to selected floater
parent
0099a2fa87
commit
17f574529d
|
|
@ -108,6 +108,12 @@ void FSFloaterIMContainer::onOpen(const LLSD& key)
|
|||
LLMultiFloater::showFloater(floater);
|
||||
}
|
||||
}
|
||||
|
||||
LLFloater* active_floater = getActiveFloater();
|
||||
if (active_floater && !active_floater->hasFocus())
|
||||
{
|
||||
active_floater->setFocus(TRUE);
|
||||
}
|
||||
|
||||
/*
|
||||
if (key.isDefined())
|
||||
|
|
|
|||
Loading…
Reference in New Issue