This commit is contained in:
Leland Lucius 2015-08-16 14:03:46 -05:00
parent f142c5d364
commit a36e51b4c2
1 changed files with 1 additions and 2 deletions

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;