diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-24 13:51:26 +0000 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-24 13:51:26 +0000 |
| commit | f2b3aca83a27386e2fb066afcfe566e89a34fa32 (patch) | |
| tree | 078d1645346da96bf728945c5cc6113cd5f97b89 /indra/newview/llstatusbar.cpp | |
| parent | 80b410f58999e3f4a752e39ec45ee17f69c289ef (diff) | |
hmm, more panel-ization, but it's not displaying.
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
| -rw-r--r-- | indra/newview/llstatusbar.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index 2bd8d5fa55..8289930d97 100644 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -512,8 +512,9 @@ static void onClickVolume(void* data) // toggle the master volume pull-down //LLFloaterReg::showInstance("volume_pulldown"); //tmp - //LLPanelVolumePulldown *foo= - new LLPanelVolumePulldown(); + LLPanelVolumePulldown *foo= + new LLPanelVolumePulldown(); + foo->setVisible(TRUE); } // sets the static variables necessary for the date |
