1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Fix Fade-Ends MacroCommands

- Split parameters from command name.
- Improve test for 'fixed Macros'.
This commit is contained in:
James Crook
2018-03-04 15:50:14 +00:00
parent 4dfac323c0
commit 153da3a94d
2 changed files with 19 additions and 13 deletions

View File

@@ -42,6 +42,7 @@ class MacroCommands final {
// These commands do not depend on the command list.
static wxArrayString GetNames();
static wxArrayString GetNamesOfDefaultMacros();
// A triple of user-visible name, internal string identifier and type/help string.
using CommandName = std::tuple<wxString, wxString, wxString>;