Skip to content

Commit

Permalink
Mark drawKnob private
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Jan 5, 2024
1 parent 18e4fe2 commit cbb21c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ class LookAndFeel : public juce::LookAndFeel_V4,
const float toAngle,
const juce::Rectangle<float> bounds);

void drawKnob (juce::Graphics& g,
const float radius,
const float toAngle,
const juce::Rectangle<float> bounds,
juce::Slider&);

void drawRotarySlider (juce::Graphics& g,
int x,
int y,
Expand Down Expand Up @@ -121,6 +115,12 @@ class LookAndFeel : public juce::LookAndFeel_V4,
};

private:
void drawKnob (juce::Graphics& g,
const float radius,
const float toAngle,
const juce::Rectangle<float> bounds,
juce::Slider&);

FontHolder fontHolder;

#include "MeterLookAndFeelMethods.h"
Expand Down

0 comments on commit cbb21c0

Please sign in to comment.