From 5bd4158b41f8c6573c250454f11ca2984ce5d001 Mon Sep 17 00:00:00 2001 From: GrethTom Date: Tue, 24 May 2016 08:47:59 +0100 Subject: [PATCH] Fix for Navigation of the GUI via arrow keys. Added 4by3Ratio ID so it is selectable --- src/od-pandora/gui/PanelDisplay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/od-pandora/gui/PanelDisplay.cpp b/src/od-pandora/gui/PanelDisplay.cpp index 6acaa931..b0e89763 100644 --- a/src/od-pandora/gui/PanelDisplay.cpp +++ b/src/od-pandora/gui/PanelDisplay.cpp @@ -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