Add note about the recursive Refresh change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-03-26 21:00:40 +00:00
parent 84bdb0d8d7
commit b1baed854d

View 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