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:
parent
38ee7c0e3e
commit
6c3149ce20
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user