Fix X 'BadPixmap' crash in Blit() with mask when GTK+ <= 2.16, closes #16303

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-05-30 16:29:13 +00:00
parent fa2838c120
commit 1a965c03fe
2 changed files with 9 additions and 6 deletions

View File

@@ -625,6 +625,7 @@ wxGTK:
special folder from combobox
- Fix wxSystemSettings::GetColour() returning transparent colors with GTK3.
- Fix setting client data when adding items to a sorted wxListBox.
- Fix X 'BadPixmap' crash in wxDC::Blit() with mask when GTK+ <= 2.16.
wxMSW: