propagate style changes correctly to buttons with images (#3939)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-06-12 00:50:07 +00:00
parent b96ad10292
commit dfc220831a
2 changed files with 16 additions and 1 deletions

View File

@@ -381,6 +381,7 @@ wxGTK:
- Pass current control text to EVT_TEXT handler for wxSpinCtrl (John Ratliff).
- Added gtk.tlw.can-set-transparency system option.
- Added support for GTK+ print backend
- Fix changing font/colour of label in buttons with images (Marcin Wojdyr).
wxMac: