diff options
author | Jiao Li <angela@lindenlab.com> | 2009-10-06 08:30:29 +0000 |
---|---|---|
committer | Jiao Li <angela@lindenlab.com> | 2009-10-06 08:30:29 +0000 |
commit | 4f353dd3e7a4ead940ba21cbdd038f93974f75fc (patch) | |
tree | c44aa008d68faa625cbfa5d34a7e0289daefd466 /indra | |
parent | 14d06ebe953da7e50b5c9086eee3f048578438ba (diff) |
DEV-39245 cannot tab through the MoaP Media Settings UI
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llmediactrl.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llmediactrl.cpp b/indra/newview/llmediactrl.cpp index b996c15a7d..4fa7f62c68 100644 --- a/indra/newview/llmediactrl.cpp +++ b/indra/newview/llmediactrl.cpp @@ -68,7 +68,9 @@ LLMediaCtrl::Params::Params() texture_width("texture_width", 1024), texture_height("texture_height", 1024), caret_color("caret_color") -{} +{ + tab_stop(false); +} LLMediaCtrl::LLMediaCtrl( const Params& p) : LLPanel( p ), |