Skip to content

Commit

Permalink
Fix a problem launching Analyzer with Off (#5092)
Browse files Browse the repository at this point in the history
Thanks jatin!

Closes #5091
  • Loading branch information
baconpaul authored Sep 14, 2021
1 parent 2581694 commit e39fc16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/overlays/WaveShaperAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ void WaveShaperAnalysis::valueChanged(Surge::GUI::IComponentTagValue *p)

void WaveShaperAnalysis::recalcFromSlider()
{
if (wstype == wst_none)
return;

sliderDrivenCurve.clear();
float dx = 1.f / (npts - 1);

Expand Down

0 comments on commit e39fc16

Please sign in to comment.