diff --git a/src/gui/widgets/LFOAndStepDisplay.cpp b/src/gui/widgets/LFOAndStepDisplay.cpp index 812480af45b..1b0cb536aee 100644 --- a/src/gui/widgets/LFOAndStepDisplay.cpp +++ b/src/gui/widgets/LFOAndStepDisplay.cpp @@ -685,7 +685,7 @@ void LFOAndStepDisplay::paintStepSeq(juce::Graphics &g) if (isUnipolar()) { auto sv = std::max(ss->steps[i], 0.f); - v = v.withTrimmedTop((int)(v.getHeight() * (1 - sv))); + v = v.withTrimmedTop((int)(v.getHeight() * (1 - sv))).withTrimmedRight(1); } else {