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:
committed by
Vadim Zeitlin
parent
a0f9ab3e6d
commit
31ba2d4ca3
@@ -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).
|
||||
|
Reference in New Issue
Block a user