From 4f353dd3e7a4ead940ba21cbdd038f93974f75fc Mon Sep 17 00:00:00 2001 From: Jiao Li Date: Tue, 6 Oct 2009 08:30:29 +0000 Subject: DEV-39245 cannot tab through the MoaP Media Settings UI --- indra/newview/llmediactrl.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'indra') 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 ), -- cgit v1.2.3