MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / paint

Method paint

source/PluginEditor.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void PluginEditor::paint(juce::Graphics& g) {
72 juce::ignoreUnused(g);
73}
74
75void PluginEditor::resized() {
76 main_panel_.setBounds(getLocalBounds());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected