From f9f54ae680cf7d114150ff0d1d5df7308f8ae3eb Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 29 Aug 2007 15:41:08 +0000 Subject: [PATCH] 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 --- docs/changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 9a11b612c9..bf18d5f338 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -149,6 +149,8 @@ wxMSW: - Gave toolbars some extra height, without which DoGetBestSize can report a size that's smaller than the actual window, causing windows to overlap. 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: