mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 15:41: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);
|
||||
mDCCheckBox->SetValue(mDC);
|
||||
mLevelTextCtrl->SetValue(Internat::ToString(mLevel, 1));
|
||||
mLevelTextCtrl->SetValue(Internat::ToDisplayString(mLevel, 1));
|
||||
mStereoIndCheckBox->SetValue(mStereoInd);
|
||||
|
||||
UpdateUI();
|
||||
|
||||
Reference in New Issue
Block a user