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

Bug 2340 - Macros: Graphic Eq and Filter Curve may open with wrong settings from Macro Editor

This commit is contained in:
James Crook
2020-02-26 12:30:48 +00:00
parent f8eb99bb18
commit ec00a7352f

View File

@@ -740,7 +740,7 @@ bool EffectEqualization::CloseUI()
void EffectEqualization::PopulateOrExchange(ShuttleGui & S)
{
if ( S.GetMode() == eIsCreating )
if ( (S.GetMode() == eIsCreating ) && !IsBatchProcessing() )
LoadUserPreset(GetCurrentSettingsGroup());
//LoadCurves();