Add support for bitmaps to wxToggleButton XRC handler

Handle "bitmap" and "bitmapposition" attributes in wxToggleButton XRC handler,
just as it's already done for wxBitmap and wxBitmapToggleButton.

Closes #17850.
This commit is contained in:
tm
2017-05-28 16:05:38 +02:00
committed by Vadim Zeitlin
parent 0a3720beff
commit 7ce3693956
4 changed files with 14 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ All (GUI):
text (NewPagodi).
- Fix adding/removing items to/from wxRearrangeList.
- Handle wxST_ELLIPSIZE_XXX styles in wxStaticText XRC handler (tm).
- Add support for bitmaps to wxToggleButton XRC handler (tm).
wxGTK: