MCPcopy Create free account
hub / github.com/amsynth/amsynth / paint

Method paint

src/core/gui/MainComponent.cpp:589–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589void MainComponent::paint(juce::Graphics &g) {
590 g.setColour(impl_->lookAndFeel_.findColour(juce::ComboBox::ColourIds::backgroundColourId));
591 g.fillAll();
592}
593
594void MainComponent::resized() {
595 impl_->menuButton_.setBounds(0, 0, toolbarHeight, toolbarHeight);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected