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

Method SetToDefaultSize

src/ProjectWindow.cpp:869–875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867}
868
869void ProjectWindow::SetToDefaultSize()
870{
871 wxRect defaultRect;
872 GetDefaultWindowRect(&defaultRect);
873
874 SetSize(defaultRect.width, defaultRect.height);
875}
876
877wxStatusBar* ProjectWindow::CreateProjectStatusBar()
878{

Callers 1

SetToDefaultSizeMethod · 0.45

Calls 1

GetDefaultWindowRectFunction · 0.85

Tested by

no test coverage detected