1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00
lllucius 2014-12-11 08:51:18 +00:00
parent 2f177032ed
commit e752848d5e

View File

@ -472,6 +472,7 @@ void Meter::SetStyle(Meter::Style newStyle)
if (mStyle == MixerTrackCluster)
return;
mStyle = newStyle;
gPrefs->Write(wxT("/Meter/MeterStyle"), newStyle == Meter::HorizontalStereo ? wxT("HorizontalStereo") : wxT("VerticalStereo"));
mLayoutValid = false;
Refresh(true);
}