1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-27 15:08:39 +01:00

Back to old default of dB for meters.

This commit is contained in:
james.k.crook@gmail.com
2014-10-26 16:48:35 +00:00
parent 51be26b49b
commit 8d96bacbf1

View File

@@ -352,7 +352,7 @@ void Meter::UpdatePrefs()
HorizontalStereo :
VerticalStereo;
mGradient = gPrefs->Read(wxT("/Meter/MeterBars"), wxT("Gradient")) == wxT("Gradient");
mDB = gPrefs->Read(wxT("/Meter/MeterType"), wxT("Linear")) == wxT("dB");
mDB = gPrefs->Read(wxT("/Meter/MeterType"), wxT("dB")) == wxT("dB");
if (mIsInput)
{