more fiddling with panel visibility

master
Tofu Linden 2009-11-25 17:09:36 +00:00
parent 758c0d7b2f
commit e71fdf32da
1 changed files with 2 additions and 0 deletions

View File

@ -523,6 +523,8 @@ static void onClickVolume(void* data)
LLStatusBar *sb = (LLStatusBar*)(data);
llassert_always(sb);
sb->mPanelVolume->setRect(LLRect(1,1,100,100));
sb->mPanelVolume->setShape(LLRect(1,1,100,100));
sb->mPanelVolume->setBackgroundColor(LLColor3(1.0, 0.0, 0.0));
sb->mPanelVolume->setVisible(TRUE);
sb->mPanelVolume->setEnabled(TRUE);
}