Changelog for TextEditMixin fix

This commit is contained in:
Robin Dunn
2018-05-30 17:01:04 -07:00
parent ecbf517ed2
commit 2f5c143fa7

View File

@@ -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)