MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / paint

Method paint

Source/Panels/ControlPanel/Graph Components/GraphTemplate.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void GraphTemplate::paint (juce::Graphics& g)
23{
24 // draw outline
25 g.setColour (COLOUR6);
26 g.drawRect (getLocalBounds(), 1);
27}
28
29void GraphTemplate::resized()
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected