backport the sizers change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-08-31 13:30:39 +00:00
parent 85e5cfc952
commit 29e1f68933

View File

@@ -262,6 +262,14 @@ Checking in fs_inet.cpp;
new revision: 1.30; previous revision: 1.29
27. Fix redistribution of the extra space between sizer items: all extra space
used to be allocated to the first item which is wrong, it should be divided
evenly among all of them.
Checking in sizer.cpp;
/pack/cvsroots/wxwindows/wxWindows/src/common/sizer.cpp,v <-- sizer.cpp
new revision: 1.71; previous revision: 1.70
TODO for 2.4 (items that are not backports)