| 727 | } |
| 728 | |
| 729 | void Multiband::mouseExit(const juce::MouseEvent& event) |
| 730 | { |
| 731 | // This function is called once when the mouse leaves the component's bounds. |
| 732 | // This ensures that any lingering hover effects (like the preview line) are erased. |
| 733 | repaint(); |
| 734 | } |
| 735 | |
| 736 | void Multiband::resortAndRedrawLines() |
| 737 | { |
nothing calls this directly
no outgoing calls
no test coverage detected