| 492 | } |
| 493 | |
| 494 | void DynamicRangeProcessorHistoryPanel::OnSize(wxSizeEvent& evt) |
| 495 | { |
| 496 | Refresh(false); |
| 497 | mOnDbRangeChanged( |
| 498 | DynamicRangeProcessorPanel::GetGraphDbRange(GetSize().GetHeight())); |
| 499 | } |
| 500 | |
| 501 | void DynamicRangeProcessorHistoryPanel::OnTimer(wxTimerEvent& evt) |
| 502 | { |
nothing calls this directly
no test coverage detected