| 820 | } |
| 821 | |
| 822 | void FireAudioProcessorEditor::mouseDown(const juce::MouseEvent& e) |
| 823 | { |
| 824 | // The logic for clicking on graphs has been moved to BandPanel. |
| 825 | if (e.eventComponent == &multiband) |
| 826 | { |
| 827 | updateWhenChangingFocus(); |
| 828 | } |
| 829 | } |
| 830 | |
| 831 | void FireAudioProcessorEditor::updateWhenChangingFocus() |
| 832 | { |
nothing calls this directly
no outgoing calls
no test coverage detected