1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +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, wxDefaultPosition,
wxDefaultSize, wxDefaultSize,
wxDEFAULT_DIALOG_STYLE | wxDEFAULT_DIALOG_STYLE |
wxFRAME_FLOAT_ON_PARENT | wxFRAME_FLOAT_ON_PARENT);
wxTRANSPARENT_WINDOW);
if (!success) if (!success)
{ {
return false; return false;