diff options
author | Richard Linden <none@none> | 2010-09-28 17:12:50 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-28 17:12:50 -0700 |
commit | 67be46c78a28864360a0ca5ba66d6044a1b9b38d (patch) | |
tree | 31493c5ab9eb53047ab3412daf0d54e7c64c5816 /indra/newview/llsidetray.cpp | |
parent | ee50f389fd5d1b4cd07a33a3f769a0a88e45ed2b (diff) |
made mIsFocusRoot a XUI param
Diffstat (limited to 'indra/newview/llsidetray.cpp')
-rw-r--r-- | indra/newview/llsidetray.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llsidetray.cpp b/indra/newview/llsidetray.cpp index 521e5005e8..53d8a5c19e 100644 --- a/indra/newview/llsidetray.cpp +++ b/indra/newview/llsidetray.cpp @@ -155,8 +155,6 @@ LLSideTrayTab::LLSideTrayTab(const Params& p) mDescription(p.description), mMainPanel(NULL) { - // Necessary for focus movement among child controls - setFocusRoot(TRUE); } LLSideTrayTab::~LLSideTrayTab() |