From: Robin Dunn Date: Sat, 26 Mar 2005 21:00:40 +0000 (+0000) Subject: Add note about the recursive Refresh change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b1baed854d64acb4aa3952335aba1160cf682a6a Add note about the recursive Refresh change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 01db0a71cb..3a9d864d32 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -20,6 +20,13 @@ available. Added GetCount, GetCountRGB, and GetCountColour methods to wx.ImageHistogram. +wxMSW: wx.Window.Refresh changed to explicitly refresh all children +as well. Previously it was implicitly done because parents did not +clip thier children by default. Now that they always clip then +Refresh needed to do a recursive refresh. This also fixes the +Freeze/Thaw problems that some people had with 2.5.4.1. + + 2.5.4.1