mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-29 07:58:42 +01:00
Fix FadeEnds Macro
This was broken by the change over to use internal names for enum values.
This commit is contained in:
@@ -131,7 +131,7 @@ void MacroCommands::RestoreMacro(const wxString & name)
|
|||||||
} else if (name == GetCustomTranslation( FadeEnds ) ){
|
} else if (name == GetCustomTranslation( FadeEnds ) ){
|
||||||
AddToMacro( wxT("Select"), wxT("Start=\"0\" End=\"1\"") );
|
AddToMacro( wxT("Select"), wxT("Start=\"0\" End=\"1\"") );
|
||||||
AddToMacro( wxT("FadeIn") );
|
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("FadeOut") );
|
||||||
AddToMacro( wxT("Select"), wxT("Start=\"0\" End=\"0\"") );
|
AddToMacro( wxT("Select"), wxT("Start=\"0\" End=\"0\"") );
|
||||||
} else if (name == GetCustomTranslation( SelectToEnds ) ){
|
} else if (name == GetCustomTranslation( SelectToEnds ) ){
|
||||||
|
|||||||
Reference in New Issue
Block a user