Fixed navigation after widgets update
This commit is contained in:
parent
a6c7862a26
commit
1ec8599cd8
9 changed files with 51 additions and 8 deletions
|
@ -413,6 +413,7 @@ void InitPanelHD(const struct _ConfigCategory& category)
|
|||
chkHDReadOnly->addActionListener(genericActionListener);
|
||||
|
||||
chkCD = new gcn::CheckBox("CD drive");
|
||||
chkCD->setId("CD drive");
|
||||
chkCD->addActionListener(cdCheckActionListener);
|
||||
|
||||
cmdCDEject = new gcn::Button("Eject");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue