| 755 | } |
| 756 | |
| 757 | void 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 | |
| 769 | void MeterPanel::SetMixer(wxCommandEvent & WXUNUSED(event)) |
| 770 | { |
no outgoing calls
no test coverage detected