Fixed generic art provider to scale bitmaps down to client-specific best size if needed.

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

View File

@@ -125,6 +125,8 @@ All (GUI):
- Added wxSizer::ComputeFittingClientSize() and ComputeFittingWindowSize().
- Fixed wxSizer::SetSizeHints() to work when the best size decreases.
- Fixed crash in wxHtmlHelpController if the help window is still open.
- Fixed generic art provider to scale bitmaps down to client-specific
best size if needed.
All (Unix):