correct toolbar width calculation with comctl32.dll < 6.0 (patch 1902358)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-05-08 13:25:00 +00:00
parent 282981549e
commit aba0599409
2 changed files with 20 additions and 1 deletions

View File

@@ -171,6 +171,8 @@ wxMSW:
spin button's client size.
- Fixed IMPLEMENT_APP() to be compatible with the -WU flag of Borland C++
compiler (Matthias Bohm).
- Correct size calculation for toolbars containing controls under pre-XP
systems (Gerald Giese)
wxGTK: