Skip to content

Commit

Permalink
Remove sticky vertical line when LFO in bipolar envelope mode (#4936)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincyZed authored Aug 28, 2021
1 parent 0cef294 commit d7e4ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/LFOAndStepDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ void LFOAndStepDisplay::paintWaveform(juce::Graphics &g)
path.startNewSubPath(xc, val);
eupath.startNewSubPath(xc, euval);

if (!isUnipolar() && (lfodata->shape.val.i != lt_envelope))
if (!isUnipolar())
{
edpath.startNewSubPath(xc, edval);
}
Expand Down

0 comments on commit d7e4ad1

Please sign in to comment.