From e03046408bf5a78cd98db670ab50cd1b22705fb6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 20 Apr 2005 21:45:49 +0000 Subject: [PATCH] Mention the wxMac wx.ComboBox fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) 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. +