MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / paint

Method paint

FrequencyShift/Source/ScaleSlider.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17ScaleSlider::~ScaleSlider()= default;
18
19void ScaleSlider::paint(Graphics& g)
20{
21 g.fillAll(Colours::white);
22}
23
24void ScaleSlider::resized()
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected