Merge branch 'select-after-delete'

Harmonize behaviour of wxItemContainer::Delete() for all controls and
ports when using single selection.

See https://github.com/wxWidgets/wxWidgets/pull/1080

Closes #18267.
This commit is contained in:
Vadim Zeitlin
2019-01-04 14:01:02 +01:00
17 changed files with 92 additions and 48 deletions

View File

@@ -125,6 +125,10 @@ All (GUI):
in wxPGArrayEditorDialog.
- Fix wxPropertyGrid issues with horizontal scrolling.
wxGTK:
- Invalidate selection after deleting wxListBox item with GTK+ 3 too.
3.1.2: (released 2018-12-10)
----------------------------