Merge branch 'ipc-dde-fixes'

wxIPC fixes when using DDE

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

Closes #17900.
This commit is contained in:
Vadim Zeitlin
2019-01-04 14:12:53 +01:00
4 changed files with 88 additions and 15 deletions

View File

@@ -129,6 +129,10 @@ wxGTK:
- Invalidate selection after deleting wxListBox item with GTK+ 3 too.
wxMSW:
- Fix passing Unicode strings via wxIPC when using DDE.
3.1.2: (released 2018-12-10)
----------------------------