Mention wx.ListCtrl fixes on Mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-10-25 20:25:58 +00:00
parent 58cb01d1eb
commit ceb40c80a1

View File

@ -4,7 +4,7 @@ Recent Changes for wxPython
2.7.1.3
-------
*
* 25-Oct-2006
wxGTK: The wx.ALWAYS_SHOW_SB style is now supported.
@ -17,6 +17,14 @@ versons.
Added wx.StandardPaths.GetTmpDir.
Bug fixes in the wx.ListCtrl on Mac from Kevin Olivier, allowing it to
send events properly again. There is also a new native implementation
of wx.ListCtrl available, which will be used for wx.LC_REPORT style
list controls if you set the "mac.listctrl.always_use_generic"
SystemOption to zero. In a future release this will be the default.
2.7.1.2