Fix setting fonts and colours for wxToggleButton with bitmaps in wxGTK.

Apply the fixes of r54138 to wxToggleButton too, the problem of #3939 was not
specific to just plain wxButtons.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-01-19 12:57:35 +00:00
parent dfe2e8c1e1
commit 0e53ae9eb0
2 changed files with 19 additions and 1 deletions

View File

@@ -599,6 +599,7 @@ wxGTK:
- Fix mouse wheel scrolling in wxListCtrl broken just before 3.0.0.
- Fix memory leak in wxSocket.
- Fix raw access to wxBitmap pixels after drawing on it using wxMemoryDC.
- Fix setting font and colours of wxToggleButtons with images.
wxMSW: