diff options
author | richard <none@none> | 2009-11-05 20:36:15 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-05 20:36:15 -0800 |
commit | fac0b6836a59681443fb2bbd13e6b5eb9c07cef5 (patch) | |
tree | a8f184ddfa345716a83b02240e4ff5c56d791c49 /indra/newview/llbottomtray.cpp | |
parent | 52b174d316b5f26bbc0722a6816e387d5a6565b3 (diff) |
refactored top level ui into main_view.xml
Diffstat (limited to 'indra/newview/llbottomtray.cpp')
-rw-r--r-- | indra/newview/llbottomtray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp index a17ba79078..4c15fdd1a2 100644 --- a/indra/newview/llbottomtray.cpp +++ b/indra/newview/llbottomtray.cpp @@ -71,7 +71,7 @@ LLBottomTray::LLBottomTray(const LLSD&) //this is to fix a crash that occurs because LLBottomTray is a singleton //and thus is deleted at the end of the viewers lifetime, but to be cleanly //destroyed LLBottomTray requires some subsystems that are long gone - LLUI::getRootView()->addChild(this); + //LLUI::getRootView()->addChild(this); // Necessary for focus movement among child controls setFocusRoot(TRUE); |