diff --git a/CHANGES.rst b/CHANGES.rst index 3d330310..030d1f3b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -135,6 +135,9 @@ Changes in this release include the following: * Detach wxControl in AuiToolbar from current sizer before attach to a new one. (#843) +* Fixed a problem in wx.lib.mixins.listctrl.TextEditMixin where the height of + the editor widget could be set to zero. (See discussion in #849) +