Skip to content

Commit

Permalink
Merge pull request #11818 from ronso0/pref-eq-reset-fix
Browse files Browse the repository at this point in the history
Pref Mixer: fix reset of EQ auto-reset checkbox
  • Loading branch information
daschuer authored Aug 12, 2023
2 parents ed76470 + 2a2ab8b commit dda78b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences/dialog/dlgprefmixer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ void DlgPrefMixer::loadSettings() {
checkBoxReverse->setChecked(m_xFaderReverse);

slotUpdateXFader();
slotApply();

// EQ ////////////////////////////////////////////////
QString highEqCourse = m_pConfig->getValueString(ConfigKey(kConfigGroup, "HiEQFrequency"));
Expand Down Expand Up @@ -452,6 +451,7 @@ void DlgPrefMixer::loadSettings() {
ConfigKey(kConfigGroup, kEnableEqs), "yes") == "yes") {
CheckBoxBypass->setChecked(false);
}
slotApply();
}

void DlgPrefMixer::setDefaultShelves() {
Expand Down

0 comments on commit dda78b8

Please sign in to comment.