1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 22:28:57 +02:00

Fix Add Label at Playback Position flags.

Thanks to Walter Gladwin.
The comment said "Is this correct??" the answer is no.  However the problem only showed when other fixes were made elsewhere, and Add Label at Playback Positions then stopped working when in Pause.
This commit is contained in:
James Crook 2016-08-29 18:09:53 +01:00
parent 38ee7c0e3e
commit 6c3149ce20

View File

@ -916,8 +916,8 @@ void AudacityProject::CreateMenusAndCommands()
#else
wxT("Ctrl+M"),
#endif
AlwaysEnabledFlag, // is this correct??
AudioIONotBusyFlag);
AudioIOBusyFlag,
AudioIOBusyFlag);
c->AddItem(wxT("EditLabels"), _("&Edit Labels..."), FN(OnEditLabels));
c->AddSeparator();