diff --git a/docs/changes.txt b/docs/changes.txt index 18dbb35f87..3f1e6c3aca 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -106,6 +106,7 @@ All (GUI): - Added SetBitmap/GetBitmap to wxWizard, to allow e.g. on-the-fly creation of bitmap to fit page height. - Fixed wxXPMHandler::SaveFile for images with more than 92 colors. +- Fixed a crash in wxGrid on creation due to OnSize being called too soon. wxMSW: