Fixed bug in wxCalendarCtrl::HitTest() when clicking on month change arrows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-24 09:25:49 +00:00
parent 5f324bb622
commit afcdd052c1
2 changed files with 11 additions and 18 deletions

View File

@@ -96,6 +96,7 @@ 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
wxMSW: