fixed frame style

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-06-25 18:11:19 +00:00
parent faeaeff901
commit 8736a9a0d3

View File

@@ -62,7 +62,8 @@ wxProgressDialog::wxProgressDialog(wxString const &title,
m_parent = parent; m_parent = parent;
m_maximum = maximum; m_maximum = maximum;
wxFrame::Create(m_parent, -1, title); wxFrame::Create(m_parent, -1, title, wxDefaultPosition,
wxDefaultSize, wxDEFAULT_DIALOG_STYLE);
SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_3DFACE)); SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_3DFACE));
wxLayoutConstraints *c; wxLayoutConstraints *c;