Skip to content

Commit

Permalink
Apply new clang formatting rule to LookAndFeel.h
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Dec 12, 2023
1 parent 5b69ec0 commit 943e99a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,16 @@ class LookAndFeel : public juce::LookAndFeel_V4,

void drawToggleButton (juce::Graphics& g,
juce::ToggleButton& button,
bool shouldDrawButtonAsHighlighted,
bool shouldDrawButtonAsDown) override;
bool,
bool) override;

juce::Slider::SliderLayout getSliderLayout (juce::Slider& slider) override;

enum ColourIds { knobColourId = 0x1001800, pointerColourId = 0x1001801 };
enum ColourIds
{
knobColourId = 0x1001800,
pointerColourId = 0x1001801
};

private:
FontHolder fontHolder;
Expand Down

0 comments on commit 943e99a

Please sign in to comment.