diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp index 1df01a66ab0850a6086c7ab407633dcd58058050..162466a260d77d4b81064ec033bbcb79d24e529d 100644 --- a/indra/newview/llviewermedia.cpp +++ b/indra/newview/llviewermedia.cpp @@ -2117,6 +2117,9 @@ void LLViewerMediaImpl::focus(bool focus) { // call focus just for the hell of it, even though this apopears to be a nop mMediaSource->focus(focus); +#if LL_LINUX + LLUI::getWindow()->allowLanguageTextInput(NULL, focus); +#endif if (focus) { // spoof a mouse click to *actually* pass focus