| 497 | } |
| 498 | |
| 499 | void EqualizationCurvesDialog::OnDefaults( wxCommandEvent & WXUNUSED(event)) |
| 500 | { |
| 501 | // we expect this to fail in LoadCurves (due to a lack of path) and handle that there |
| 502 | EQCurveReader{ mEditCurves, mName, mOptions } |
| 503 | .LoadCurves( wxT("EQDefaultCurves.xml") ); |
| 504 | PopulateList(0); // update the EqualizationCurvesDialog dialog |
| 505 | } |
| 506 | |
| 507 | void EqualizationCurvesDialog::OnOK(wxCommandEvent & WXUNUSED(event)) |
| 508 | { |
nothing calls this directly
no test coverage detected