Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ OnPaint
Method
OnPaint
src/FreqWindow.cpp:1129–1132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1127
}
1128
1129
void FreqPlot::OnPaint(wxPaintEvent & evt)
1130
{
1131
freqWindow->PlotPaint(evt);
1132
}
1133
1134
void FreqPlot::OnMouseEvent(wxMouseEvent & event)
1135
{
Callers
nothing calls this directly
Calls
1
PlotPaint
Method · 0.80
Tested by
no test coverage detected