From 684cbc0edd236a3a4a7929f0498cce056185843e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 30 Nov 2001 23:08:54 +0000 Subject: [PATCH] reverted previous change - it doesn't fix the bug I wanted to fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/progdlgg.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/generic/progdlgg.cpp b/src/generic/progdlgg.cpp index cbccd89a61..94109c5660 100644 --- a/src/generic/progdlgg.cpp +++ b/src/generic/progdlgg.cpp @@ -87,9 +87,7 @@ wxProgressDialog::wxProgressDialog(wxString const &title, int maximum, wxWindow *parent, int style) - : wxDialog(parent, -1, title, - wxDefaultPosition, wxDefaultSize, - wxDEFAULT_DIALOG_STYLE | wxDIALOG_NO_PARENT) + : wxDialog(parent, -1, title) { m_windowStyle |= style; -- 2.50.0