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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user