Skip to content

Commit

Permalink
OK, I give in.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lowndes authored and David Lowndes committed Nov 18, 2024
1 parent 5bbce21 commit 176dba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/surge-xt/gui/widgets/LFOAndStepDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1335,9 +1335,9 @@ void LFOAndStepDisplay::paintStepSeq(juce::Graphics &g)

auto q = boxo;

const auto tfpath = juce::AffineTransform().
scaled(boxo.getWidth() / valScale, boxo.getHeight() / valScale).
translated(q.getTopLeft().x, q.getTopLeft().y);
const auto tfpath = juce::AffineTransform()
.scaled(boxo.getWidth() / valScale, boxo.getHeight() / valScale)
.translated(q.getTopLeft().x, q.getTopLeft().y);

g.setColour(skin->getColor(Colors::LFO::StepSeq::Envelope));

Expand Down

0 comments on commit 176dba2

Please sign in to comment.