From: Robin Dunn Date: Wed, 20 Apr 2005 21:45:49 +0000 (+0000) Subject: Mention the wxMac wx.ComboBox fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e03046408bf5a78cd98db670ab50cd1b22705fb6 Mention the wxMac wx.ComboBox fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index cdfb9d47c9..ed50b54ca4 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -43,6 +43,9 @@ wx.stc.StyledTextCtrl: Added the StyleSetFontEncoding(style, enc) method that allows you to set the encoding to be used by the font for a particular style. +wxMac: Fixed wx.ComboBox to forward the EVT_CHAR, EVT_KEY_DOWN, +EVT_KEY_UP and EVT_TEXT events from its embedded text control. +