]> git.saurik.com Git - wxWidgets.git/commitdiff
correct GetBestSize() to return correct best size, i.e. the same size as AutoSize...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Dec 2006 01:30:52 +0000 (01:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Dec 2006 01:30:52 +0000 (01:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 92c2d65cdcdbbdc5b5ddbaf247ef34354302493c..14a5e37a965b9e14cd3afde53eb0140111b798ce 100644 (file)
@@ -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