honour wxBU_EXACTFIT in wxToggleButton (patch 1567892)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-04 23:02:13 +00:00
parent a863333e37
commit f40ea601bf
2 changed files with 12 additions and 7 deletions

View File

@@ -80,6 +80,7 @@ wxMSW:
- Fixed a bug whereby static controls didn't use the correct text colour if the
parent's background colour had been set (most noticeable when switching to a
high-contrast theme).
- Respect wxBU_EXACTFIT style in wxToggleButton (Alexander Borovsky)
wxMac: