Log for wxToolBar background colour fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-08-29 15:41:08 +00:00
parent 296a086a76
commit f9f54ae680

View File

@@ -149,6 +149,8 @@ wxMSW:
- Gave toolbars some extra height, without which DoGetBestSize can report a - Gave toolbars some extra height, without which DoGetBestSize can report a
size that's smaller than the actual window, causing windows to overlap. size that's smaller than the actual window, causing windows to overlap.
Removed corresponding hack in wxAUI. Removed corresponding hack in wxAUI.
- Fixed wxToolBar background colour problems with some colour schemes such
as Silver, by setting the background to a known colour.
wxGTK: wxGTK: