From: Robin Dunn Date: Fri, 10 Sep 2004 21:34:52 +0000 (+0000) Subject: another change note X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6c3f6fe9b0ed539ff6b8be436b9a9a5e287b0620 another change note git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index af1fa9994c..9803a246cf 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -71,6 +71,9 @@ PySetUpperDateLimit, PySetDateRange, PyGetLowerDateLimit, and PyGetUpperDateLimit. Also, CalendarEvent was extended with PySetDate and PyGetDate methods. +wxMSW: SetBackgroundColour on a wx.Choice or a wx.ComboBox will now +also set the colour of the dropdown. +