From e90e8e8f775ac728d0ac4e191f5a28304a98d253 Mon Sep 17 00:00:00 2001
From: Tofu Linden <tofu.linden@lindenlab.com>
Date: Fri, 27 Nov 2009 11:55:37 +0000
Subject: [PATCH] more stabbing that doesn't work.

---
 indra/newview/llstatusbar.cpp | 1 +
 1 file changed, 1 insertion(+)

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
 }
-- 
GitLab