undid last change to wxBitmapButton::GetBestSize(), in fact it doesn't make sense to support wxBU_EXACTFIT for it at all, so just removed the code doing it and mentioned it in the docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-10-28 22:43:14 +00:00
parent ce321570b0
commit 9266e0ecde
3 changed files with 9 additions and 18 deletions

View File

@@ -232,7 +232,6 @@ wxMSW:
- fixed enhanced metafiles loading from files (Andreas Goebel)
- wxRadioButtons no longer have to be consecutive in a group
- fixed wxBU_EXACTFIT handling in wxBitmapButton
2.5.3