1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00
This commit is contained in:
Leland Lucius 2015-08-16 14:03:46 -05:00
parent f142c5d364
commit a36e51b4c2

View File

@ -1044,8 +1044,7 @@ bool ProgressDialog::Create(const wxString & title,
wxDefaultPosition,
wxDefaultSize,
wxDEFAULT_DIALOG_STYLE |
wxFRAME_FLOAT_ON_PARENT |
wxTRANSPARENT_WINDOW);
wxFRAME_FLOAT_ON_PARENT);
if (!success)
{
return false;