| 587 | } |
| 588 | |
| 589 | void MainComponent::paint(juce::Graphics &g) { |
| 590 | g.setColour(impl_->lookAndFeel_.findColour(juce::ComboBox::ColourIds::backgroundColourId)); |
| 591 | g.fillAll(); |
| 592 | } |
| 593 | |
| 594 | void MainComponent::resized() { |
| 595 | impl_->menuButton_.setBounds(0, 0, toolbarHeight, toolbarHeight); |
nothing calls this directly
no outgoing calls
no test coverage detected