1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-26 14:41:14 +01:00

Don't reuse EditActions::DoUndo...

... instead, when timer recording is cancelled, don't push state and pop it
at once, but just roll it back.
This commit is contained in:
Paul Licameli
2019-06-21 20:22:20 -04:00
parent f8c40dc8e7
commit 684a948fd2
3 changed files with 14 additions and 19 deletions

View File

@@ -110,7 +110,6 @@ bool DoEditMetadata(
AudacityProject &project,
const wxString &title, const wxString &shortUndoDescription, bool force );
void DoReloadPreferences( AudacityProject & );
void DoUndo( AudacityProject &project );
}
/// Namespace for functions for View menu