From: Robin Dunn <robin@alldunn.com>
Date: Thu, 26 May 2005 23:43:15 +0000 (+0000)
Subject: updates
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/40cd6a37c88543043ea1bb84fd6f982cdad760f7

updates


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt
index d6a5c641c2..fae3a47b99 100644
--- a/wxPython/docs/CHANGES.txt
+++ b/wxPython/docs/CHANGES.txt
@@ -125,6 +125,21 @@ also applied patch for bug #1205691 Modified Fn keys don't work.
 
 wx.Image: Fixed to preserve alpha channel in Rotate90 method.
 
+wxMSW: Fixed incorrect background colour on wx.CheckListBox.
+
+wxMSW: Fixed drawing of owner drawn buttons with multiline labels
+
+Removed a bunch of unnecessary files, and removed or replaced images
+that we're not sure of their origin or license.
+
+The default DoGetBestSize is updated to not always return the current
+size if the window has no sizer, children, or minsize set.  Instead
+the current size is set as the minsize.  This solves the occasional
+problem where a sizer may cause a childless panel to grow but never
+shrink. 
+
+wxMSW: When converting a wx.Icon to a bitmap check if the icon has an
+alpha channel and set the bitmap to use it.