1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Move a static function and an enumeration out of MenuCommandHandler

This commit is contained in:
Paul Licameli
2018-10-23 19:19:11 -04:00
parent 800f6500ba
commit e048a4aacd
11 changed files with 38 additions and 48 deletions

View File

@@ -716,7 +716,7 @@ void OnStereoToMono(const CommandContext &context)
PluginActions::DoEffect(
EffectManager::Get().GetEffectByIdentifier(wxT("StereoToMono")),
context,
MenuCommandHandler::OnEffectFlags::kConfigured);
PluginActions::kConfigured);
}
void OnMixAndRender(const CommandContext &context)