fix best size caluclation for the notebooks with multiple rows (#2335) [backport of r57024 from trunk]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@57033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-11-29 22:39:47 +00:00
parent e8b7069659
commit 6ddb01662f
2 changed files with 9 additions and 2 deletions

View File

@@ -129,6 +129,7 @@ wxMSW:
- Fixed toolbar buttons so that they don't disappear temporarily when clicked
if the event handler causes window update.
- Fix display enumeration under WinCE (Vince Harron).
- Fix best size calculation for wxNotebook with multiple rows (Alex McCarthy).
wxGTK: