X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0edfdd963bdc9cfeb54d403ed77b5f36e4de8c84..d754c85ef922f8df2412b631c283c3f6b133b492:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 64dad4cdde..2cb417171d 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -96,6 +96,9 @@ All: - Fixed long standing bug in wxFileConfig groups renaming (Antti Koivisto). - New option wxFS_READ | wxFS_SEEKABLE for wxFileSystem::OpenFile() to return a stream that is seekable. +- Fixed bug in wxCalendarCtrl::HitTest() when clicking on month change arrows +- Added wxWindow::GetWindowBorderSize() and corrected wxTreeCtrl::GetBestSize() + for a control with borders (Tim Kosse) wxMSW: