MCPcopy Create free account
hub / github.com/audacity/audacity / SetStyle

Method SetStyle

src/widgets/MeterPanel.cpp:757–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757void MeterPanel::SetStyle(Style newStyle)
758{
759 if (mStyle != newStyle && mDesiredStyle == AutomaticStereo)
760 {
761 SetActiveStyle(newStyle);
762
763 mLayoutValid = false;
764
765 Refresh(false);
766 }
767}
768
769void MeterPanel::SetMixer(wxCommandEvent & WXUNUSED(event))
770{

Callers 5

OnFontMethod · 0.80
BuildPlainMethod · 0.80
LadspaEditor.cppFile · 0.80
DrawNoteTrackFunction · 0.80
TipWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected