Fix setting foreground color for several controls in wxOSX

This allows setting color of wxStaticBox, wxCheckBox, wxRadioButton and
any other controls that use NSBox and NSButton to work.

Closes #16284.

Closes https://github.com/wxWidgets/wxWidgets/pull/489
This commit is contained in:
Steve Browne
2017-05-29 14:40:45 -04:00
committed by Vadim Zeitlin
parent a0f9ab3e6d
commit 31ba2d4ca3
2 changed files with 14 additions and 1 deletions

View File

@@ -199,6 +199,7 @@ wxMSW:
wxOSX:
- Fix handling of non-BMP characters in GetPartialTextExtents() (ARATA Mizuki).
- Fix setting foreground colour for several controls (Steve Browne).
- Fix dialogs using wxFRAME_FLOAT_ON_PARENT frame as parent (Lauri Nurmi).
- Implement wxGetDisplaySizeMM() and fix printing DPI (David Vanderson).
- Remove extra borders around wxFilePickerCtrl (John Roberts).