Skip to content

Commit

Permalink
bugfix: Start in Quickstart checkbox would not change status (fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Apr 7, 2024
1 parent 28847c1 commit 1cbc4f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/osdep/gui/PanelQuickstart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ class QuickstartActionListener : public gcn::ActionListener
AdjustPrefs();
}
}
refresh_all_panels();
}

if (actionEvent.getSource() == chkNTSC)
Expand All @@ -481,7 +480,6 @@ class QuickstartActionListener : public gcn::ActionListener
changed_prefs.ntscmode = false;
changed_prefs.chipset_refreshrate = 50;
}
RefreshPanelChipset();
}
else if (actionEvent.getSource() == chkQuickstartMode)
{
Expand All @@ -490,8 +488,8 @@ class QuickstartActionListener : public gcn::ActionListener
else if (actionEvent.getSource() == cmdSetConfiguration)
{
AdjustPrefs();
refresh_all_panels();
}
refresh_all_panels();
}
};

Expand Down

0 comments on commit 1cbc4f3

Please sign in to comment.