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:
@@ -740,7 +740,7 @@ bool EffectEqualization::CloseUI()
|
||||
|
||||
void EffectEqualization::PopulateOrExchange(ShuttleGui & S)
|
||||
{
|
||||
if ( S.GetMode() == eIsCreating )
|
||||
if ( (S.GetMode() == eIsCreating ) && !IsBatchProcessing() )
|
||||
LoadUserPreset(GetCurrentSettingsGroup());
|
||||
|
||||
//LoadCurves();
|
||||
|
||||
Reference in New Issue
Block a user