mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
Fix bug #1143
This commit is contained in:
parent
f142c5d364
commit
a36e51b4c2
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user