Don't overwrite wxFD_ styles in m_windowStyle.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-10-27 08:50:25 +00:00
parent 45f4109c41
commit 6a305cfbc8

View File

@@ -1006,7 +1006,7 @@ bool wxGenericFileDialog::Create( wxWindow *parent,
return true;
if (!wxDialog::Create( parent, wxID_ANY, message, pos, sz,
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER, name
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | style, name
))
{
return false;