fix crashes in wxGTK3 when running with non-X11 backend, see #16688

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@78167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-11-20 17:04:13 +00:00
parent b32e89eb64
commit 4dccdf3749
4 changed files with 42 additions and 21 deletions

View File

@@ -587,6 +587,7 @@ wxGTK:
- Fix infinite sizing loop with GTK3 when using wxScrolled with a non-default
target window.
- Fix crashes in wxGTK3 when running with non-X11 backend (Marco Trevisan).
wxMSW: