mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
Fix FadeEnds Macro
This was broken by the change over to use internal names for enum values.
This commit is contained in:
parent
b792094b53
commit
7ef7e80e19
@ -131,7 +131,7 @@ void MacroCommands::RestoreMacro(const wxString & name)
|
||||
} else if (name == GetCustomTranslation( FadeEnds ) ){
|
||||
AddToMacro( wxT("Select"), wxT("Start=\"0\" End=\"1\"") );
|
||||
AddToMacro( wxT("FadeIn") );
|
||||
AddToMacro( wxT("Select"), wxT("Start=\"0\" End=\"1\" RelativeTo=\"Project End\"") );
|
||||
AddToMacro( wxT("Select"), wxT("Start=\"0\" End=\"1\" RelativeTo=\"ProjectEnd\"") );
|
||||
AddToMacro( wxT("FadeOut") );
|
||||
AddToMacro( wxT("Select"), wxT("Start=\"0\" End=\"0\"") );
|
||||
} else if (name == GetCustomTranslation( SelectToEnds ) ){
|
||||
|
Loading…
x
Reference in New Issue
Block a user