| 51 | } |
| 52 | |
| 53 | void VerticalLine::mouseDoubleClick (const juce::MouseEvent& e) |
| 54 | { |
| 55 | // do nothing, override the silder function, which will reset value. |
| 56 | } |
| 57 | |
| 58 | void VerticalLine::mouseEnter (const juce::MouseEvent& e) |
| 59 | { |
nothing calls this directly
no outgoing calls
no test coverage detected