summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2017-08-09 14:50:02 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2017-08-09 14:50:02 +0300
commit59c12e72a02f670fdf5daf62c51ac24972fd485e (patch)
treeff9943494385f57bd0fe465289f240bbf8ea52d2 /indra
parentf327f31de5850f0f90ad7f8176c3968fd65fa167 (diff)
MAINT-7402 FIXED Typing a slash in the SL Internal Browser moves focus to the chat window.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llmediactrl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llmediactrl.h b/indra/newview/llmediactrl.h
index 291d87073e..125a67e23e 100644
--- a/indra/newview/llmediactrl.h
+++ b/indra/newview/llmediactrl.h
@@ -176,6 +176,8 @@ public:
virtual bool wantsKeyUpKeyDown() const;
virtual bool wantsReturnKey() const;
+ virtual BOOL acceptsTextInput() const {return TRUE;}
+
protected:
void convertInputCoords(S32& x, S32& y);