1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 16:40:07 +02: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) if (mDrawMode)
{ {
mDraw->SetValue(true); mDraw->SetValue(true);
UpdateDraw(); szrV->Show(szrG,false); // eq sliders
szrH->Show(szrI,false); // interpolation choice
szrH->Show(szrL,true); // linear freq checkbox
} }
else else
{ {