mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +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:
parent
fcb6221b2c
commit
6261bb5a9a
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user