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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user