Invalidate selection after deleting wxListBox item with GTK+ 3

For consistency with the other ports, invalidate the selection when
deleting the selected item or any item before it.

Closes #18267.
This commit is contained in:
Vadim Zeitlin
2018-12-15 23:37:36 +01:00
parent cdd0430b37
commit abc4576ffe
2 changed files with 23 additions and 0 deletions

View File

@@ -113,6 +113,10 @@ All (GUI):
- Fix wxInfoBar close button size in high DPI (Stefan Ziegler).
- Make disabling the window before creating it actually work.
wxGTK:
- Invalidate selection after deleting wxListBox item with GTK+ 3 too.
3.1.2: (released 2018-12-10)
----------------------------