| 356 | repaint(); |
| 357 | } |
| 358 | void GRainbowAudioProcessorEditor::fileDragExit(const juce::StringArray&) { |
| 359 | mIsFileHovering = false; |
| 360 | repaint(); |
| 361 | } |
| 362 | void GRainbowAudioProcessorEditor::filesDropped(const juce::StringArray& files, int, int) { |
| 363 | jassert(files.size() == 1); |
| 364 | mIsFileHovering = false; |
nothing calls this directly
no outgoing calls
no test coverage detected