diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-03-08 11:10:04 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-03-08 11:10:04 -0800 |
commit | 0812262ef1ff5411bc57cf7ffca71d97468a7193 (patch) | |
tree | 311a37ef0aa84e73723d54c65495d998dc31cb76 /indra/newview/llbottomtray.cpp | |
parent | 14232031746bda595f3b802cf923d7739be635bb (diff) | |
parent | 93c38d04a1cea317b8083010694d840f76bbc2ec (diff) |
Merge
Diffstat (limited to 'indra/newview/llbottomtray.cpp')
-rw-r--r-- | indra/newview/llbottomtray.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp index 5d5ba03615..4645a2c6e7 100644 --- a/indra/newview/llbottomtray.cpp +++ b/indra/newview/llbottomtray.cpp @@ -823,6 +823,12 @@ void LLBottomTray::draw() getChild<LLButton>("show_people_button")->setToggleState(false); } + LLFloater* help_browser = (LLFloaterReg::findInstance("help_browser")); + bool help_floater_visible = (help_browser && help_browser->isInVisibleChain()); + + getChild<LLButton>("show_help_btn")->setToggleState(help_floater_visible); + + } bool LLBottomTray::onContextMenuItemEnabled(const LLSD& userdata) |