summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-27 11:55:37 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-27 11:55:37 +0000
commite90e8e8f775ac728d0ac4e191f5a28304a98d253 (patch)
tree852adc0710c56b1f3c8cc611d9d6bf50d23dda65
parent5fc387c9183b62b3fa1567432ac8897a89a205f6 (diff)
more stabbing that doesn't work.
-rw-r--r--indra/newview/llstatusbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp
index 15c76a13c6..c1d8c26dce 100644
--- a/indra/newview/llstatusbar.cpp
+++ b/indra/newview/llstatusbar.cpp
@@ -530,6 +530,7 @@ static void onClickVolume(void* data)
sb->mPanelVolume->setVisible(TRUE);
sb->mPanelVolume->setEnabled(TRUE);
sb->addChild(sb->mPanelVolume);
+ sb->mPanelVolume->getParent()->sendChildToFront(sb->mPanelVolume);
gFocusMgr.setTopCtrl(sb->mPanelVolume);
// also set focus explicitly to mpanelvolume
}