From a95dddaadf044e7fc5ed6ea68c51a52b479e925d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 17 May 2018 15:54:55 -0700 Subject: [PATCH] whitespace fix --- CHANGES.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 63540851..3d330310 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -132,10 +132,11 @@ Changes in this release include the following: * Fixed crashing bug when using client data with items in wx.dataview.DataViewTreeCtrl. (#856) +* Detach wxControl in AuiToolbar from current sizer before attach to a new + one. (#843) + -* Detach wxControl in AuiToolbar from current sizer before attach to a new one. - (#843) 4.0.1 "Lemonade" ----------------