git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33079
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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