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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user