From: Vadim Zeitlin Date: Fri, 15 Dec 2006 01:30:52 +0000 (+0000) Subject: correct GetBestSize() to return correct best size, i.e. the same size as AutoSize... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5fe6c02bb8ce0ef6542d8b569b1c82b6c7a30e96 correct GetBestSize() to return correct best size, i.e. the same size as AutoSize() would give to the control since the fix in 1.407 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 92c2d65cdc..14a5e37a96 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -90,6 +90,10 @@ Major new features in 2.8 release 2.8.1 ----- +All: + +- wxGrid::GetBestSize() returns same size the grid would have after AutoSize() + wxMSW: - Fixed compilation with Borland C++ in Unicode mode but without MSLU