]> git.saurik.com Git - wxWidgets.git/commitdiff
Add note about the recursive Refresh change
authorRobin Dunn <robin@alldunn.com>
Sat, 26 Mar 2005 21:00:40 +0000 (21:00 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 26 Mar 2005 21:00:40 +0000 (21:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index 01db0a71cb4278b3a3c978fb5dcd68d60ad6e914..3a9d864d32ae907dcd14e38d86dd94ad581b15b4 100644 (file)
@@ -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