summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-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 6074bb2be9..15c76a13c6 100644
--- a/indra/newview/llstatusbar.cpp
+++ b/indra/newview/llstatusbar.cpp
@@ -529,6 +529,7 @@ static void onClickVolume(void* data)
sb->mPanelVolume->setBackgroundColor(LLColor3(1.0, 0.0, 0.0));
sb->mPanelVolume->setVisible(TRUE);
sb->mPanelVolume->setEnabled(TRUE);
+ sb->addChild(sb->mPanelVolume);
gFocusMgr.setTopCtrl(sb->mPanelVolume);
// also set focus explicitly to mpanelvolume
}