Removed call to SubclassWin since it is already done in
MSWCreateControl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4649b5eded
commit
a7ae8fea47
@ -185,8 +185,6 @@ bool wxNotebook::Create(wxWindow *parent,
|
||||
if ( parent != NULL )
|
||||
parent->AddChild(this);
|
||||
|
||||
SubclassWin(m_hWnd);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user