1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 08:38:39 +02:00
This commit is contained in:
Leland Lucius 2015-08-09 18:49:23 -05:00
parent 300f0f05a0
commit f08c5245f6

View File

@ -172,7 +172,7 @@ public:
}
AudacityProject *project = GetActiveProject();
if (!project)
if (!project || !project->IsEnabled())
{
return Event_Skip;
}