call SetupWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -101,6 +101,8 @@ wxObject *wxNotebookXmlHandler::DoCreateResource()
|
|||||||
GetStyle(wxT("style")),
|
GetStyle(wxT("style")),
|
||||||
GetName());
|
GetName());
|
||||||
|
|
||||||
|
SetupWindow(nb);
|
||||||
|
|
||||||
wxNotebook *old_par = m_notebook;
|
wxNotebook *old_par = m_notebook;
|
||||||
m_notebook = nb;
|
m_notebook = nb;
|
||||||
bool old_ins = m_isInside;
|
bool old_ins = m_isInside;
|
||||||
|
|||||||
Reference in New Issue
Block a user