Implement wxDataViewChoiceByIndexRenderer for wxOSX

Add missing class implementation.

Closes #17452.
This commit is contained in:
wanup
2016-03-19 00:12:38 +01:00
committed by Vadim Zeitlin
parent 9829446755
commit c4e892629f
3 changed files with 63 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ wxOSX:
- Remove extra borders around wxFilePickerCtrl (John Roberts).
- Set up extensions filter correctly in wxFileDialog (nick863).
- Turn off automatic quotes substitutions in wxTextCtrl (Xlord2).
- Implement wxDataViewChoiceByIndexRenderer (wanup).
Unix: