From: Václav Slavík Date: Tue, 30 Sep 2008 11:50:59 +0000 (+0000) Subject: wxWizard XRC handler should call SetupWindow() to handle standard window properties X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1b5d7525c503a220262fce56e4743d7ea3744311 wxWizard XRC handler should call SetupWindow() to handle standard window properties git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/xrc/xh_wizrd.cpp b/src/xrc/xh_wizrd.cpp index 6efb06635a..7888b50e0c 100644 --- a/src/xrc/xh_wizrd.cpp +++ b/src/xrc/xh_wizrd.cpp @@ -49,6 +49,7 @@ wxObject *wxWizardXmlHandler::DoCreateResource() GetText(wxT("title")), GetBitmap(), GetPosition()); + SetupWindow(wiz); wxWizard *old = m_wizard; m_wizard = wiz;