From aa53874e59103c3f860f57f2b30d9e03f0487b4f Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 11 Jul 2007 08:37:18 +0000 Subject: [PATCH] Fixed a crash in wxGrid on creation due to OnSize being called too soon. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) 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: