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

Method OnMaximize

src/MixerBoard.cpp:1447–1452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1445}
1446
1447void MixerBoardFrame::OnMaximize(wxMaximizeEvent &event)
1448{
1449 // Update the size hints to show all tracks before skipping to let default handling happen.
1450 mMixerBoard->UpdateWidth();
1451 event.Skip();
1452}
1453
1454void MixerBoardFrame::OnSize(wxSizeEvent & WXUNUSED(event))
1455{

Callers

nothing calls this directly

Calls 2

UpdateWidthMethod · 0.80
SkipMethod · 0.80

Tested by

no test coverage detected