Fix wxSystemSettings::GetColour() returning transparent colors with GTK3, closes #16255

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-05-17 17:34:36 +00:00
parent 720b050f41
commit c4d83e7e10
2 changed files with 28 additions and 2 deletions

View File

@@ -621,6 +621,7 @@ wxGTK:
- Fix calls to Move{Before,After}InTabOrder() after parent window creation.
- Fix wxDirPickerCtrl to send wxEVT_DIRPICKER_CHANGED when user selects a
special folder from combobox
- Fix wxSystemSettings::GetColour() returning transparent colors with GTK3.
wxMSW: