Skip to content
Snippets Groups Projects
Commit b30c2be8 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Merge branch 'darl/linux-cef' into 'main'

Fix keyboard input on MOAP on Linux

See merge request alchemy/alchemy-next!58
parents 1ff643f8 d6d7aa70
No related branches found
No related tags found
No related merge requests found
...@@ -2117,6 +2117,9 @@ void LLViewerMediaImpl::focus(bool focus) ...@@ -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 // call focus just for the hell of it, even though this apopears to be a nop
mMediaSource->focus(focus); mMediaSource->focus(focus);
#if LL_LINUX
LLUI::getWindow()->allowLanguageTextInput(NULL, focus);
#endif
if (focus) if (focus)
{ {
// spoof a mouse click to *actually* pass focus // spoof a mouse click to *actually* pass focus
......
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