const wxPoint& pos, const wxSize& sz, long style,
const wxString& name)
{
- parent = GetParentForModalDialog(parent);
+ parent = GetParentForModalDialog(parent, style);
if (!wxDialog::Create(parent, id, title, pos, sz, style|wxCLIP_CHILDREN, name))
return false;
wxSystemOptions::SetOption(optionName,0);
#endif
- wxSizer *buttonSizer = CreateButtonSizer( flags & ButtonSizerFlags );
+ wxSizer *buttonSizer = CreateButtonSizer(flags);
if( buttonSizer )
{
m_innerSizer->Add( buttonSizer, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxTOP|wxBOTTOM|wxLEFT|wxRIGHT, 2);