From 2f5c143fa701e75a5b24a0cfbf040820ea35083e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 30 May 2018 17:01:04 -0700 Subject: [PATCH] Changelog for TextEditMixin fix --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) 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) +