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/llnavigationbar.cpp | |
| parent | ee50f389fd5d1b4cd07a33a3f769a0a88e45ed2b (diff) | |
made mIsFocusRoot a XUI param
Diffstat (limited to 'indra/newview/llnavigationbar.cpp')
| -rw-r--r-- | indra/newview/llnavigationbar.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llnavigationbar.cpp b/indra/newview/llnavigationbar.cpp index 58849393b4..e4f83ce6b9 100644 --- a/indra/newview/llnavigationbar.cpp +++ b/indra/newview/llnavigationbar.cpp @@ -276,9 +276,6 @@ LLNavigationBar::LLNavigationBar() // set a listener function for LoginComplete event LLAppViewer::instance()->setOnLoginCompletedCallback(boost::bind(&LLNavigationBar::handleLoginComplete, this)); - - // Necessary for focus movement among child controls - setFocusRoot(TRUE); } LLNavigationBar::~LLNavigationBar() |
