Added AddWindowStyles() call
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
60431236a3
commit
73026ab913
@ -32,6 +32,7 @@ wxWizardXmlHandler::wxWizardXmlHandler() : wxXmlResourceHandler()
|
||||
m_wizard = NULL;
|
||||
m_lastSimplePage = NULL;
|
||||
XRC_ADD_STYLE(wxWIZARD_EX_HELPBUTTON);
|
||||
AddWindowStyles();
|
||||
}
|
||||
|
||||
wxObject *wxWizardXmlHandler::DoCreateResource()
|
||||
|
Loading…
Reference in New Issue
Block a user