Skip to content
Snippets Groups Projects
Commit c222c6c0 authored by Eugene Mutavchi's avatar Eugene Mutavchi
Browse files

Fixed normal EXT-4798 (Voice notifications steal keyboard focus by default)

--HG--
branch : product-engine
parent e76f673c
No related branches found
No related tags found
No related merge requests found
......@@ -1565,7 +1565,7 @@ void LLCallDialog::onOpen(const LLSD& key)
LLDockableFloater::onOpen(key);
// it should be over the all floaters. EXT-5116
gFloaterView->bringToFront(this);
gFloaterView->bringToFront(this, FALSE);
}
void LLCallDialog::setIcon(const LLSD& session_id, const LLSD& participant_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment