mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-15 07:50:22 +02:00
Bug 2498 - Loudness Normalization always displays LUFS on launch
Problem: On opening, the units were always LUFS, and the "treat stereo as dual-mono" check box was always available. Fix: On opening, adjust the controls which depend on the value of the Normalize choice.
This commit is contained in:
parent
c31a034157
commit
5b4c9b3425
@ -391,7 +391,9 @@ bool EffectLoudness::TransferDataToWindow()
|
||||
return false;
|
||||
}
|
||||
|
||||
UpdateUI();
|
||||
// adjust controls which depend on mchoice
|
||||
wxCommandEvent dummy;
|
||||
OnChoice(dummy);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user