1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Transport Menus

This commit is contained in:
Paul Licameli
2018-10-23 09:30:27 -04:00
parent c65fd0ebe1
commit 903b42f84a
7 changed files with 1261 additions and 1212 deletions

View File

@@ -1688,7 +1688,7 @@ void AudacityApp::OnKeyDown(wxKeyEvent &event)
gAudioIO->GetNumCaptureChannels() == 0) ||
scrubbing)
// ESC out of other play (but not record)
GetMenuCommandHandler(*project).OnStop(*project);
TransportActions::DoStop(*project);
else
event.Skip();
}