Skip to content

Commit

Permalink
Slider pointer should be rounded on all sides
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Jan 5, 2024
1 parent dd349f1 commit 9a814c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ void LookAndFeel::drawKnob (juce::Graphics& g,
cornerSize,
true,
true,
false,
false);
true,
true);
p.applyTransform (
juce::AffineTransform::rotation (toAngle).translated (bounds.getCentreX(),
bounds.getCentreY()));
Expand Down

0 comments on commit 9a814c3

Please sign in to comment.