fixes for page positioning for notebooks with wxNB_MULTILINE style (closes bugs 709099 and 645323)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-02-07 20:48:18 +00:00
parent 9a6c9e31b0
commit 56b9925b11
2 changed files with 29 additions and 4 deletions

View File

@@ -152,6 +152,7 @@ wxMSW:
- wxFileDialog now returns correct filter index for multiple-file dialogs
- added wxTextCtrl::HitTest()
- experimental wxURL implementation using WinInet functions (Hajo Kirchhoff)
- fixed several bugs in wxNotebook with wxNB_MULTILINE style
wxGTK: