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:
parent
fcb6221b2c
commit
6261bb5a9a
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user