Skip to content
Snippets Groups Projects
Commit 1671505b authored by Doug Falta's avatar Doug Falta Committed by Darl Cat
Browse files

Enable and disable Unicode input as media faces are focused or unfocused, respectively.

parent 1ef0b447
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !58. Comments created here will be created in the context of that merge request.
...@@ -2117,6 +2117,8 @@ void LLViewerMediaImpl::focus(bool focus) ...@@ -2117,6 +2117,8 @@ 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);
LLUI::getWindow()->allowLanguageTextInput(NULL, focus);
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