mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-22 23:19:42 +02:00
Back to old default of dB for meters.
This commit is contained in:
parent
51be26b49b
commit
8d96bacbf1
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user