1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-28 14:18:41 +02:00

Fix warning

This commit is contained in:
Leland Lucius 2015-07-30 10:37:17 -05:00
parent 1e195ecea6
commit a269670912

View File

@ -1183,6 +1183,8 @@ bool ProgressDialog::Create(const wxString & title,
// On OSX at least, creating the disabler causes the dialog to show, so
// just hide it again until the delay has been reached.
Show(false);
return true;
}
//