Skip to content
Snippets Groups Projects

Fix keyboard input on MOAP on Linux

Merged Darl Cat requested to merge darl/linux-cef into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading