==============================================================================
| 76 | |
| 77 | //============================================================================== |
| 78 | void SpectralAudioPluginUi::paint (Graphics& g) |
| 79 | { |
| 80 | g.fillAll(Colours::white); |
| 81 | } |
| 82 | |
| 83 | void SpectralAudioPluginUi::resized() |
| 84 | { |
nothing calls this directly
no outgoing calls
no test coverage detected