use GetBestSize() and not GetSize() for AsIs() size constraints -- this makes much more sense

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-10-24 14:49:38 +00:00
parent a66dece0c5
commit 7de8eddef5
2 changed files with 5 additions and 4 deletions

View File

@@ -211,6 +211,7 @@ All:
All (GUI):
- recursive wxSizer::GetItem returns item of given window, sizer or nth index
- wxLayoutConstraints now use best size, not current size, for AsIs() condition
Unix: