MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / paint

Method paint

Source/Components/Settings.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44SettingsComponent::~SettingsComponent() {}
45
46void SettingsComponent::paint(juce::Graphics& g) {
47 g.drawLine(0.0f, 0.0f, static_cast<float>(getWidth()), 0.0f, static_cast<float>(mDivideLineSize));
48}
49
50void SettingsComponent::resized() {
51 auto r = getLocalBounds();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected