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
1 changed files with 1 additions and 1 deletions

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();