Skip to content
Snippets Groups Projects
Commit 5fc387c9 authored by Tofu Linden's avatar Tofu Linden
Browse files

More trying to get my panel to show.

I must still be missing something obvious.
parent 0a8e19d4
No related branches found
No related tags found
No related merge requests found
...@@ -529,6 +529,7 @@ static void onClickVolume(void* data) ...@@ -529,6 +529,7 @@ static void onClickVolume(void* data)
sb->mPanelVolume->setBackgroundColor(LLColor3(1.0, 0.0, 0.0)); sb->mPanelVolume->setBackgroundColor(LLColor3(1.0, 0.0, 0.0));
sb->mPanelVolume->setVisible(TRUE); sb->mPanelVolume->setVisible(TRUE);
sb->mPanelVolume->setEnabled(TRUE); sb->mPanelVolume->setEnabled(TRUE);
sb->addChild(sb->mPanelVolume);
gFocusMgr.setTopCtrl(sb->mPanelVolume); gFocusMgr.setTopCtrl(sb->mPanelVolume);
// also set focus explicitly to mpanelvolume // also set focus explicitly to mpanelvolume
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment