| 497 | } |
| 498 | |
| 499 | void DevicePrefs::OnDefaultSampleRateChoice(wxCommandEvent& e) |
| 500 | { |
| 501 | const int sel = mDefaultSampleRates->GetSelection(); |
| 502 | mOtherDefaultSampleRate->Enable(sel == (int)mDefaultSampleRates->GetCount() - 1); |
| 503 | } |
| 504 | |
| 505 | void DevicePrefs::OnProjectSampleRateChoice(wxCommandEvent& e) |
| 506 | { |
nothing calls this directly
no test coverage detected