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:
@@ -20,6 +20,13 @@ available.
|
|||||||
Added GetCount, GetCountRGB, and GetCountColour methods to
|
Added GetCount, GetCountRGB, and GetCountColour methods to
|
||||||
wx.ImageHistogram.
|
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
|
2.5.4.1
|
||||||
|
Reference in New Issue
Block a user