MCPcopy Create free account
hub / github.com/audacity/audacity / OnSize

Method OnSize

src/effects/DynamicRangeProcessorHistoryPanel.cpp:494–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494void DynamicRangeProcessorHistoryPanel::OnSize(wxSizeEvent& evt)
495{
496 Refresh(false);
497 mOnDbRangeChanged(
498 DynamicRangeProcessorPanel::GetGraphDbRange(GetSize().GetHeight()));
499}
500
501void DynamicRangeProcessorHistoryPanel::OnTimer(wxTimerEvent& evt)
502{

Callers

nothing calls this directly

Calls 2

GetGraphDbRangeFunction · 0.85
GetHeightMethod · 0.80

Tested by

no test coverage detected