Fixed navigation after widgets update

This commit is contained in:
Dimitris Panokostas 2020-05-14 20:43:26 +02:00
parent a6c7862a26
commit 1ec8599cd8
9 changed files with 51 additions and 8 deletions

View file

@ -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");