Fix for Navigation of the GUI via arrow keys.

Added 4by3Ratio ID so it is selectable
This commit is contained in:
GrethTom 2016-05-24 08:47:59 +01:00
parent db0cfff7ae
commit 5bd4158b41

View file

@ -150,6 +150,7 @@ void InitPanelDisplay(const struct _ConfigCategory& category)
lblFSRatioInfo = new gcn::Label("100%%"); lblFSRatioInfo = new gcn::Label("100%%");
chkAspect = new gcn::UaeCheckBox("4/3 ratio shrink"); chkAspect = new gcn::UaeCheckBox("4/3 ratio shrink");
chkAspect->setId("4by3Ratio");
chkAspect->addActionListener(amigaScreenActionListener); chkAspect->addActionListener(amigaScreenActionListener);
#endif #endif