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

more stabbing that doesn't work.

parent 5fc387c9
No related branches found
No related tags found
No related merge requests found
...@@ -530,6 +530,7 @@ static void onClickVolume(void* data) ...@@ -530,6 +530,7 @@ static void onClickVolume(void* data)
sb->mPanelVolume->setVisible(TRUE); sb->mPanelVolume->setVisible(TRUE);
sb->mPanelVolume->setEnabled(TRUE); sb->mPanelVolume->setEnabled(TRUE);
sb->addChild(sb->mPanelVolume); sb->addChild(sb->mPanelVolume);
sb->mPanelVolume->getParent()->sendChildToFront(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