1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 14:13:57 +01:00

Equalization effect: revert one of the changes in commit fcb6221

Revert change in commit fcb6221 which affected behaviour in draw mode.
This commit is contained in:
David Bailes
2016-09-26 09:03:54 +01:00
parent fcb6221b2c
commit 6261bb5a9a

View File

@@ -982,7 +982,9 @@ bool EffectEqualization::TransferDataToWindow()
if (mDrawMode)
{
mDraw->SetValue(true);
UpdateDraw();
szrV->Show(szrG,false); // eq sliders
szrH->Show(szrI,false); // interpolation choice
szrH->Show(szrL,true); // linear freq checkbox
}
else
{