Merge branch 'dvc-getitemrect'

Make wxDataViewCtrl::GetIremRect() work under all platforms and improve
tests, documentation and fix a couple of other problems in the same code
area.

See https://github.com/wxWidgets/wxWidgets/pull/1015
This commit is contained in:
Vadim Zeitlin
2018-11-10 22:38:05 +01:00
10 changed files with 323 additions and 137 deletions

View File

@@ -149,6 +149,7 @@ wxGTK:
- Fix the build with glib < 2.32 (e.g. CentOS 6).
- Fix field widths in wxStatusBar showing a size grip.
- Fill column value in wxEVT_DATAVIEW_ITEM_ACTIVATED events.
- Implement wxDataViewCtrl::GetItemRect() (MrMeesek).
wxMSW: