Implement wxDataViewCtrl::SetRowHeight() on OS X

This commit is contained in:
Václav Slavík
2016-10-09 13:53:09 +02:00
parent e7145999f4
commit 8a6a20b1e3
7 changed files with 36 additions and 2 deletions

View File

@@ -157,6 +157,7 @@ wxOSX:
- Fix unnecessary indentation in list-like wxDataViewCtrl (Andreas Falkenhahn).
- Recognize macOS 10.12 Sierra in wxGetOsDescription() (Tobias Taschner).
- Don't try to open command line arguments as files (Jeff Hostetler).
- Implement wxDataViewCtrl::SetRowHeight().
Unix: