forward ported changes in 2.8.7 from WX_2_8_BRNACH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-09 20:28:43 +00:00
parent cc18b1c7af
commit 7921a093fa
2 changed files with 23 additions and 0 deletions

View File

@@ -266,6 +266,20 @@ wxX11:
- Make Enter key activate the default button (David Hart).
2.8.7
-----
wxMSW:
- Correct (harmless) warnings given for forward-declared DLL-exported classes
by mingw32 4.2 (Tim Stahlhut)
wxGTK:
- Added gtk.window.force-background-colour wxSystemOptions option to work around
a background colour bug in the gtk-qt theme under KDE.
2.8.6
-----