From 8eade20c543c771efc9d3e3772a9f738ffacf2b2 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Mon, 13 May 2024 17:56:31 +0200 Subject: [PATCH] Update PanelChipset.cpp --- src/osdep/gui/PanelChipset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osdep/gui/PanelChipset.cpp b/src/osdep/gui/PanelChipset.cpp index e90a85264..6cce2162a 100644 --- a/src/osdep/gui/PanelChipset.cpp +++ b/src/osdep/gui/PanelChipset.cpp @@ -89,7 +89,7 @@ class ChipsetActionListener : public gcn::ActionListener chkCycleExact->setSelected(n1); } } - else if (actionEvent.getSource() == chkMemoryCycleExact) + else if (actionEvent.getSource() == chkCycleExact) { if (n1) {