1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Remove short functions from namespace TransportActions

This commit is contained in:
Paul Licameli
2019-07-03 10:20:53 -04:00
parent c8c76cf294
commit 2c840a75c5
8 changed files with 10 additions and 28 deletions

View File

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