diff --git a/docs/changes.txt b/docs/changes.txt index 46eeadd826..5aa3e68ec4 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -59,12 +59,12 @@ OTHER CHANGES All: +- added wxGzipInput/OutputStream, bug fixes in wxZlibStreams (M.J.Wetherell) - wxDateTime::ParseDateTime() implemented (Linus McCabe) - wxHTTP::GetResponse() added (David Nock) - added conversions to/from UTF 16/32 LE/BE (Andreas Pflug) - wxFileName::Normalize(wxPATH_NORM_ALL) doesn't lower filename case any more - added wxTextInputStream::ReadChar() (M.J.Wetherell) -- several wxZlibStreams bug fixes enhancements (M.J.Wetherell) All (GUI): @@ -72,6 +72,7 @@ All (GUI): - added wxListCtrl::GetViewRect() - added wxTextCtrl::MarkDirty() - wxToolBar::ToggleTool() now works for radio buttons (Dag Ågren) +- bug in wxRect ctor from two [out of order] wxPoints fixed (Steve Cornett) wxMSW: diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index 3f99e2a1a8..a525af1b0d 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -97,24 +97,26 @@ wxCUSTOM_TYPE_INFO(wxSize, wxToStringConverter , wxFromStringConverter