move wxGetClientDisplayRect() fix into 2.8.7 section

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-12 00:22:31 +00:00
parent 932762afbf
commit 58b33f504d

View File

@@ -197,7 +197,6 @@ All (GUI):
- Added wxBG_STYLE_TRANSPARENT background style (Julian Scheid)
- Added XRCSIZERITEM() macro for obtaining sizers from XRC (Brian Vanderburg II)
- New and improved wxFileCtrl (Diaa Sami and Marcin Wojdyr)
- Implemented wxGetClientDisplayRect() correctly for X11-based ports
- Added wxEventBlocker class (Francesco Montorsi).
- Added wxFile/DirPickerCtrl::Get/SetFile/DirName() (Francesco Montorsi).
- Added wxSizerFlags::Top() and Bottom().
@@ -272,17 +271,18 @@ wxX11:
All:
- Fixed bug with default proxy destruction in wxURL (Axel Gembe)
- Fixed bug with default proxy destruction in wxURL (Axel Gembe).
wxMSW:
- Correct (harmless) warnings given for forward-declared DLL-exported classes
by mingw32 4.2 (Tim Stahlhut)
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.
- Implemented wxGetClientDisplayRect() correctly for wxGTK and X11-based ports.
2.8.6