mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 23:51:18 +01:00
http://bugzilla.audacityteam.org/show_bug.cgi?id=642
This commit is contained in:
@@ -500,7 +500,7 @@ bool NormalizeDialog::TransferDataToWindow()
|
|||||||
{
|
{
|
||||||
mGainCheckBox->SetValue(mGain);
|
mGainCheckBox->SetValue(mGain);
|
||||||
mDCCheckBox->SetValue(mDC);
|
mDCCheckBox->SetValue(mDC);
|
||||||
mLevelTextCtrl->SetValue(Internat::ToString(mLevel, 1));
|
mLevelTextCtrl->SetValue(Internat::ToDisplayString(mLevel, 1));
|
||||||
mStereoIndCheckBox->SetValue(mStereoInd);
|
mStereoIndCheckBox->SetValue(mStereoInd);
|
||||||
|
|
||||||
UpdateUI();
|
UpdateUI();
|
||||||
|
|||||||
Reference in New Issue
Block a user