Automatically adjust toolbar's tool size if the provided bitmaps don't fit into the default size.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2009-01-26 23:32:16 +00:00
parent 0e15ad7d4d
commit e31dc22ee4
3 changed files with 27 additions and 0 deletions

View File

@@ -147,6 +147,9 @@ wxMSW:
- Fix handling of abandoned mutexes in wxMutex (David Heffernan).
- Avoid warnings about deprecated localtime with MSVC8/9 (Chris Stankevitz).
- Fixed invisible CHM tooltip text bug when window text colour is black.
- Automatically adjust toolbar's tool size if the provided bitmaps
don't fit into the default size.
wxMSW/CE: