mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Move TellUserWhyDisallowed into MenuManager...
... so we don't have MenuManager calling CommandManager which calls it back.
This commit is contained in:
@@ -87,6 +87,9 @@ public:
|
||||
|
||||
|
||||
private:
|
||||
void TellUserWhyDisallowed(const wxString & Name, CommandFlag flagsGot,
|
||||
CommandFlag flagsRequired);
|
||||
|
||||
void OnUndoRedo( wxCommandEvent &evt );
|
||||
|
||||
AudacityProject &mProject;
|
||||
|
Reference in New Issue
Block a user