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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user