1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-24 06:10:09 +01:00

Plugin Menus

This commit is contained in:
Paul Licameli
2018-10-23 10:50:28 -04:00
parent 1be1217d1d
commit 9759c6bd4f
10 changed files with 1112 additions and 1078 deletions

View File

@@ -1403,7 +1403,7 @@ void NyqBench::OnGo(wxCommandEvent & e)
mRunning = true;
UpdateWindowUI();
GetMenuCommandHandler(*p).DoEffect(ID, CommandContext(*p), 0);
PluginActions::DoEffect(ID, CommandContext(*p), 0);
mRunning = false;
UpdateWindowUI();