| 160 | } |
| 161 | |
| 162 | void AdjustPanel::paint(juce::Graphics& g) { |
| 163 | g.setColour(Utils::Colour::PANEL); |
| 164 | g.fillRoundedRectangle(getLocalBounds().expanded(0, 20).translated(0, -20).toFloat(), 10); |
| 165 | } |
| 166 | |
| 167 | void AdjustPanel::resized() { |
| 168 | auto r = getLocalBounds().reduced(Utils::PADDING, Utils::PADDING); |
nothing calls this directly
no outgoing calls
no test coverage detected