projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4649b5e
)
Removed call to SubclassWin since it is already done in
author
Robin Dunn
<robin@alldunn.com>
Mon, 8 Oct 2001 22:12:44 +0000
(22:12 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Mon, 8 Oct 2001 22:12:44 +0000
(22:12 +0000)
MSWCreateControl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11896
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/notebook.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/notebook.cpp
b/src/msw/notebook.cpp
index a20bd933dd8085848bded07d172b5136f9c5d7d3..379f7dea9f80933c5b672547591471f3e2505aba 100644
(file)
--- a/
src/msw/notebook.cpp
+++ b/
src/msw/notebook.cpp
@@
-185,8
+185,6
@@
bool wxNotebook::Create(wxWindow *parent,
if ( parent != NULL )
parent->AddChild(this);
- SubclassWin(m_hWnd);
-
return TRUE;
}