Merge branch 'propgrid-improve-and-test-compat'

Improve and test 3.0 compatibility in wxPG.

See #23369, #23375.
This commit is contained in:
Vadim Zeitlin 2023-03-30 19:48:01 +02:00
commit d5b61a16bf
6 changed files with 65 additions and 20 deletions

View file

@ -73,6 +73,10 @@ Changes in behaviour not resulting in compilation errors
available. If any locale using the given language is acceptable, the region
must be left empty, e.g. just "fr" would use any available "fr_XX".
- Deprecated wxPGCellRenderer::DrawCaptionSelectionRect() overload is not
called any longer by default, you need to explicitly enable 3.0 compatibility
or change your code to override the newer overload, taking a wxWindow pointer.
Changes in behaviour which may result in build errors
-----------------------------------------------------