mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Make Undo history window update properly when you compact the project
This commit is contained in:
@@ -67,10 +67,13 @@ wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API, EVT_UNDO_MODIFIED, wxCommandEvent);
|
||||
// contents did not change other than the pointer to current state
|
||||
wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API, EVT_UNDO_OR_REDO, wxCommandEvent);
|
||||
|
||||
// Project state for changed other than single-step undo/redo; undo manager
|
||||
// Project state changed other than for single-step undo/redo; undo manager
|
||||
// contents did not change other than the pointer to current state
|
||||
wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API, EVT_UNDO_RESET, wxCommandEvent);
|
||||
|
||||
// Undo or redo states discarded
|
||||
wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API, EVT_UNDO_PURGE, wxCommandEvent);
|
||||
|
||||
class AudacityProject;
|
||||
class Tags;
|
||||
class Track;
|
||||
|
||||
Reference in New Issue
Block a user