| 20 | } |
| 21 | |
| 22 | void GraphTemplate::paint (juce::Graphics& g) |
| 23 | { |
| 24 | // draw outline |
| 25 | g.setColour (COLOUR6); |
| 26 | g.drawRect (getLocalBounds(), 1); |
| 27 | } |
| 28 | |
| 29 | void GraphTemplate::resized() |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected