Merge branch 'dvc-var-height'

Optimize generic wxDataViewCtrl performance with variable line heights.

Closes https://github.com/wxWidgets/wxWidgets/pull/1053
This commit is contained in:
Vadim Zeitlin
2019-01-16 01:25:06 +01:00
28 changed files with 1198 additions and 141 deletions

View File

@@ -137,6 +137,7 @@ wxGTK:
wxMSW:
- Fix passing Unicode strings via wxIPC when using DDE.
- Improve wxDataViewCtrl performance with variable line heights (Jens Goepfert).
3.1.2: (released 2018-12-10)