Corrected wxRTTI for wxNotebook so dynamic casting to wxBookCtrlBase works

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-12-20 10:51:33 +00:00
parent 09d2ce335c
commit 89639ecdba
11 changed files with 30 additions and 20 deletions

View File

@@ -103,6 +103,8 @@ All (GUI):
smaller than the minimal size.
- Added <scrollrate> parameter to wxScrolledWindow XRC handler.
- wxRichTextCtrl performance has been improved considerably.
- wxNotebook RTTI corrected, so now wxDynamicCast(notebook, wxBookCtrlBase)
works.
All (Unix):