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

Method Show

src/export/ExportAudioDialog.cpp:260–270  ·  view source on GitHub ↗

Fix for issue #4960, which only affects Windows

Source from the content-addressed store, hash-verified

258
259// Fix for issue #4960, which only affects Windows
260bool ExportAudioDialog::Show(bool show)
261{
262 bool ret = wxDialogWrapper::Show(show);
263
264#if defined(__WXMSW__)
265 if (show)
266 mExportOptionsPanel->SetInitialFocus();
267#endif
268
269 return ret;
270}
271
272void ExportAudioDialog::PopulateOrExchange(ShuttleGui& S)
273{

Callers 2

OnExportRangeChangeMethod · 0.45
OnExportOptionChangeMethod · 0.45

Calls 1

SetInitialFocusMethod · 0.80

Tested by

no test coverage detected