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

Add machinery to TrackList for pending changes to tracks

This commit is contained in:
Paul Licameli
2017-08-24 14:31:51 -04:00
parent 33cfd92c0a
commit 539e870302
5 changed files with 300 additions and 19 deletions

View File

@@ -1087,6 +1087,9 @@ bool AudacityApp::OnExceptionInMainLoop()
// failed operation
pProject->RollbackState();
// Forget pending changes in the TrackList
pProject->GetTracks()->ClearPendingTracks();
pProject->RedrawProject();
// Give the user an alert