backported wxSizer::SetSizeHints() fix to make it work correctly when the best size decreases

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-03-05 15:09:16 +00:00
parent c46a31dd46
commit b185fa1efb
2 changed files with 9 additions and 1 deletions

View File

@@ -122,6 +122,7 @@ All (GUI):
wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag.
- Added wxWindow::ClientToWindowSize() and WindowToClientSize() helpers.
- Added wxSizer::ComputeFittingClientSize() and ComputeFittingWindowSize().
- Fixed wxSizer::SetSizeHints() to work when the best size decreases.
All (Unix):