mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Remove some uses of MenuCommandHandler outside Menus.cpp...
... where the functions were simple call-throughs to something else
This commit is contained in:
@@ -47,7 +47,7 @@ bool OpenProjectCommand::Apply(const CommandContext & context){
|
||||
if(mFileName.IsEmpty())
|
||||
{
|
||||
auto project = context.GetProject();
|
||||
GetMenuCommandHandler(*project).OnOpen(*project);
|
||||
AudacityProject::OpenFiles(project);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user