diff --git a/src/osdep/gui/PanelQuickstart.cpp b/src/osdep/gui/PanelQuickstart.cpp index 9dd96cd3b..86c90cf8d 100644 --- a/src/osdep/gui/PanelQuickstart.cpp +++ b/src/osdep/gui/PanelQuickstart.cpp @@ -466,7 +466,6 @@ class QuickstartActionListener : public gcn::ActionListener AdjustPrefs(); } } - refresh_all_panels(); } if (actionEvent.getSource() == chkNTSC) @@ -481,7 +480,6 @@ class QuickstartActionListener : public gcn::ActionListener changed_prefs.ntscmode = false; changed_prefs.chipset_refreshrate = 50; } - RefreshPanelChipset(); } else if (actionEvent.getSource() == chkQuickstartMode) { @@ -490,8 +488,8 @@ class QuickstartActionListener : public gcn::ActionListener else if (actionEvent.getSource() == cmdSetConfiguration) { AdjustPrefs(); - refresh_all_panels(); } + refresh_all_panels(); } };