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