Fix for Navigation of the GUI via arrow keys.
Added 4by3Ratio ID so it is selectable
This commit is contained in:
parent
db0cfff7ae
commit
5bd4158b41
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ void InitPanelDisplay(const struct _ConfigCategory& category)
|
|||
lblFSRatioInfo = new gcn::Label("100%%");
|
||||
|
||||
chkAspect = new gcn::UaeCheckBox("4/3 ratio shrink");
|
||||
chkAspect->setId("4by3Ratio");
|
||||
chkAspect->addActionListener(amigaScreenActionListener);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue