| 44 | } |
| 45 | |
| 46 | void FxPanel::paint(juce::Graphics& g) { |
| 47 | g.setColour(Utils::Colour::PANEL); |
| 48 | g.fillRoundedRectangle(getLocalBounds().expanded(0, 20).translated(0, -20).toFloat(), 10); |
| 49 | } |
| 50 | |
| 51 | void FxPanel::resized() { |
| 52 | juce::Rectangle<float> r = getLocalBounds().toFloat(); |
nothing calls this directly
no outgoing calls
no test coverage detected