| 44 | SettingsComponent::~SettingsComponent() {} |
| 45 | |
| 46 | void SettingsComponent::paint(juce::Graphics& g) { |
| 47 | g.drawLine(0.0f, 0.0f, static_cast<float>(getWidth()), 0.0f, static_cast<float>(mDivideLineSize)); |
| 48 | } |
| 49 | |
| 50 | void SettingsComponent::resized() { |
| 51 | auto r = getLocalBounds(); |
nothing calls this directly
no outgoing calls
no test coverage detected