MCPcopy 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
1129void FreqPlot::OnPaint(wxPaintEvent & evt)
1130{
1131 freqWindow->PlotPaint(evt);
1132}
1133
1134void FreqPlot::OnMouseEvent(wxMouseEvent & event)
1135{

Callers

nothing calls this directly

Calls 1

PlotPaintMethod · 0.80

Tested by

no test coverage detected