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

Method OnPreview

src/prefs/PrefsDialog.cpp:657–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655}
656
657void PrefsDialog::OnPreview(wxCommandEvent & WXUNUSED(event))
658{
659 if (const auto pPanel = GetCurrentPanel())
660 pPanel->Preview();
661}
662
663void PrefsDialog::OnHelp(wxCommandEvent & WXUNUSED(event))
664{

Callers

nothing calls this directly

Calls 1

PreviewMethod · 0.45

Tested by

no test coverage detected